#338D20

Color #338D20 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #338D20

Tints of La Palma #338D20

Color information

#338D20 (or 0x338D20) is unknown color: approx La Palma. HEX triplet: 33, 8D and 20. RGB value is (51,141,32). Sum of RGB (Red+Green+Blue) = 51+141+32=224 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.77% from 224); Green value is 141 (55.47% from 255 or 62.95% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 141 - color contains mainly: green. Hex color #338D20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338D20 is #CC72DF. Grayscale: #666666. Windows color (decimal): -13398752 or 2133299. OLE color: 2133299.

HSL color Cylindrical-coordinate representation of color #338D20: hue angle of 109.54º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #338D20 is Cyan = 0.64, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB5114132-
CMYK0.6400.770.45
HSL109.54º63.01%33.92%-
HSV(B)109.54º77.3%55.29%-
XYZ11.1519.864.61-
YUV101.6688.6891.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 22.77%
GREEN value IS 141 (55.47% from 255) = 62.95%
BLUE value IS 32 (12.89% from 255) = 14.29%
R=22.77%
G=62.95%
B=14.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51141320.6400.770.45109.5463.0133.92
Hex338D204004D2D6e3f22
Octal63215401000115551567742
Binary110011100011011000001000000010011011011011101110111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338D20; }

 p { color: rgb(51,141,32); }

 H1.HeaderClassName
 {
   color: #338D20;
 }
 .AnyTagClassName
 {
   color: #338D20;
 }
</style>
background-color css

<style>
 a { background-color: #338D20; }

 a { background-color: rgb(51,141,32); }

 div.DivClassName
 {
   background-color: #338D20;
 }
 .BgClassName
 {
   background-color: #338D20;
 }
</style>
border-color css

<style>
 span { border-color: #338D20; }

 span { border-color: rgb(51,141,32); }

 td.TdClassName
 {
   border-color: #338D20;
 }
 .TagClassName
 {
   border-color: #338D20;
 }
</style>