#406B0F

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

Shades of Green Leaf #406B0F

Tints of Green Leaf #406B0F

Color information

#406B0F (or 0x406B0F) is unknown color: approx Green Leaf. HEX triplet: 40, 6B and 0F. RGB value is (64,107,15). Sum of RGB (Red+Green+Blue) = 64+107+15=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 107 (42.19% from 255 or 57.53% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 107 - color contains mainly: green. Hex color #406B0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406B0F is #BF94F0. Grayscale: #535353. Windows color (decimal): -12555505 or 1010496. OLE color: 1010496.

HSL color Cylindrical-coordinate representation of color #406B0F: hue angle of 88.04º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #406B0F is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.58.

Color convert

RGB6410715-
CMYK0.4000.860.58
HSL88.04º75.41%23.92%-
HSV(B)88.04º85.98%41.96%-
XYZ7.4611.642.31-
YUV83.6589.25113.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.41%
GREEN value IS 107 (42.19% from 255) = 57.53%
BLUE value IS 15 (6.25% from 255) = 8.06%
R=34.41%
G=57.53%
B=8.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64107150.4000.860.5888.0475.4123.92
Hex406BF280563A584b18
Octal100153175001267213011330
Binary100000011010111111101000010101101110101011000100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406B0F; }

 p { color: rgb(64,107,15); }

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

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

 a { background-color: rgb(64,107,15); }

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

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

 span { border-color: rgb(64,107,15); }

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