Html Css Color HEX #408B20 La Palma

📋 copy color: '#408B20'

red 64 ◦ green 139 ◦ blue 32

#408B20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Palma #408B20

Tints of La Palma #408B20

RGB

 RED value IS 64 (25.39% from 255) = 27.23%

 GREEN value IS 139 (54.69% from 255) = 59.15%

 BLUE value IS 32 (12.89% from 255) = 13.62%

R = 27.23%
G = 59.15%
B = 13.62%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.77

 K value IS 0.45

RGB Variations

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

Color information

#408B20 (or 0x408B20) is known color: La Palma. HEX triplet: 40, 8B and 20. RGB value is (64,139,32). Sum of RGB (Red+Green+Blue) = 64+139+32=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 139 (54.69% from 255 or 59.15% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 139 - color contains mainly: green. Hex color #408B20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408B20 is #BF74DF. Grayscale: #686868. Windows color (decimal): -12547296 or 2132800. OLE color: 2132800.

HSL color Cylindrical-coordinate representation of color #408B20: hue angle of 102.06º 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 #408B20 is Cyan = 0.54, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 139 32 -
CMYK 0.54 0 0.77 0.45
HSL 102.06º 0.63% 0.34% -
HSV(B) 102.06º 0.77% 0.55% -
XYZ 11.61 19.66 4.55 -
YUV 104.38 87.15 99.2 -
System Red Green Blue C M Y K H S L
Decimal 64 139 32 0.54 0 0.77 0.45 102.06 0.63 0.34
Hex 40 8B 20 36 0 4D 2D 66 3F 22
Octal 100 213 40 66 0 115 55 146 77 42
Binary 1000000 10001011 100000 110110 0 1001101 101101 1100110 111111 100010

Color Harmonies of #408B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408B20

Black with #408B20

Text Example


Text Example

White with #408B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408B20; }

 p { color: rgb(64,139,32); }

 H1.HeaderClassName
 {
   color: #408B20;
 }
 .AnyTagClassName
 {
   color: #408B20;
 }
</style>

background-color css

<style>
 a { background-color: #408B20; }

 a { background-color: rgb(64,139,32); }

 div.DivClassName
 {
   background-color: #408B20;
 }
 .BgClassName
 {
   background-color: #408B20;
 }
</style>

border-color css

<style>
 span { border-color: #408B20; }

 span { border-color: rgb(64,139,32); }

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