#407009

Color #407009 Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #407009

Tints of Green Leaf #407009

Color information

#407009 (or 0x407009) is unknown color: approx Green Leaf. HEX triplet: 40, 70 and 09. RGB value is (64,112,9). Sum of RGB (Red+Green+Blue) = 64+112+9=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 112 (44.14% from 255 or 60.54% from 185); Blue value is 9 (3.91% from 255 or 4.86% from 185); Max value from RGB is 112 - color contains mainly: green. Hex color #407009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407009 is #BF8FF6. Grayscale: #565656. Windows color (decimal): -12554231 or 618560. OLE color: 618560.

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

Color convert

RGB641129-
CMYK0.4300.920.56
HSL87.96º85.12%23.73%-
HSV(B)87.96º91.96%43.92%-
XYZ7.9612.72.29-
YUV85.9184.6112.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.59%
GREEN value IS 112 (44.14% from 255) = 60.54%
BLUE value IS 9 (3.91% from 255) = 4.86%
R=34.59%
G=60.54%
B=4.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6411290.4300.920.5687.9685.1223.73
Hex407092B05C38585518
Octal100160115301347013012530
Binary100000011100001001101011010111001110001011000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407009; }

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

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

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

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

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

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

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

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