Html Css Color HEX #408720 La Palma

📋 copy color: '#408720'

red 64 ◦ green 135 ◦ blue 32

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

Shades of La Palma #408720

Tints of La Palma #408720

RGB

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

 GREEN value IS 135 (53.13% from 255) = 58.44%

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

R = 27.71%
G = 58.44%
B = 13.85%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#408720 (or 0x408720) is known color: La Palma. HEX triplet: 40, 87 and 20. RGB value is (64,135,32). Sum of RGB (Red+Green+Blue) = 64+135+32=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 135 (53.12% from 255 or 58.44% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 135 - color contains mainly: green. Hex color #408720 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408720 is #BF78DF. Grayscale: #666666. Windows color (decimal): -12548320 or 2131776. OLE color: 2131776.

HSL color Cylindrical-coordinate representation of color #408720: hue angle of 101.36º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #408720 is Cyan = 0.53, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 135 32 -
CMYK 0.53 0 0.76 0.47
HSL 101.36º 0.62% 0.33% -
HSV(B) 101.36º 0.76% 0.53% -
XYZ 11.04 18.52 4.36 -
YUV 102.03 88.48 100.88 -
System Red Green Blue C M Y K H S L
Decimal 64 135 32 0.53 0 0.76 0.47 101.36 0.62 0.33
Hex 40 87 20 35 0 4C 2F 65 3E 21
Octal 100 207 40 65 0 114 57 145 76 41
Binary 1000000 10000111 100000 110101 0 1001100 101111 1100101 111110 100001

Color Harmonies of #408720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408720

Black with #408720

Text Example


Text Example

White with #408720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408720; }

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

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

background-color css

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

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

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

border-color css

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

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

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