Html Css Color HEX #407008 Green Leaf

📋 copy color: '#407008'

red 64 ◦ green 112 ◦ blue 8

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

Shades of Green Leaf #407008

Tints of Green Leaf #407008

RGB

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

 GREEN value IS 112 (44.14% from 255) = 60.87%

 BLUE value IS 8 (3.52% from 255) = 4.35%

R = 34.78%
G = 60.87%
B = 4.35%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#407008 (or 0x407008) is known color: Green Leaf. HEX triplet: 40, 70 and 08. RGB value is (64,112,8). Sum of RGB (Red+Green+Blue) = 64+112+8=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 112 (44.14% from 255 or 60.87% from 184); Blue value is 8 (3.52% from 255 or 4.35% from 184); Max value from RGB is 112 - color contains mainly: green. Hex color #407008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407008 is #BF8FF7. Grayscale: #565656. Windows color (decimal): -12554232 or 553024. OLE color: 553024.

HSL color Cylindrical-coordinate representation of color #407008: hue angle of 87.69º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #407008 is Cyan = 0.43, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 112 8 -
CMYK 0.43 0 0.93 0.56
HSL 87.69º 0.87% 0.24% -
HSV(B) 87.69º 0.93% 0.44% -
XYZ 7.95 12.7 2.26 -
YUV 85.79 84.1 112.46 -
System Red Green Blue C M Y K H S L
Decimal 64 112 8 0.43 0 0.93 0.56 87.69 0.87 0.24
Hex 40 70 8 2B 0 5D 38 58 57 18
Octal 100 160 10 53 0 135 70 130 127 30
Binary 1000000 1110000 1000 101011 0 1011101 111000 1011000 1010111 11000

Color Harmonies of #407008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407008

Black with #407008

Text Example


Text Example

White with #407008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407008; }

 p { color: rgb(64,112,8); }

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

background-color css

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

 a { background-color: rgb(64,112,8); }

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

border-color css

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

 span { border-color: rgb(64,112,8); }

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