#406D0F

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

Shades of Green Leaf #406D0F

Tints of Green Leaf #406D0F

Color information

#406D0F (or 0x406D0F) is unknown color: approx Green Leaf. HEX triplet: 40, 6D and 0F. RGB value is (64,109,15). Sum of RGB (Red+Green+Blue) = 64+109+15=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 109 (42.97% from 255 or 57.98% from 188); Blue value is 15 (6.25% from 255 or 7.98% from 188); Max value from RGB is 109 - color contains mainly: green. Hex color #406D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406D0F is #BF92F0. Grayscale: #555555. Windows color (decimal): -12554993 or 1011008. OLE color: 1011008.

HSL color Cylindrical-coordinate representation of color #406D0F: hue angle of 88.72º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #406D0F is Cyan = 0.41, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.57.

Color convert

RGB6410915-
CMYK0.4100.860.57
HSL88.72º75.81%24.31%-
HSV(B)88.72º86.24%42.75%-
XYZ7.6712.062.38-
YUV84.8388.59113.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.04%
GREEN value IS 109 (42.97% from 255) = 57.98%
BLUE value IS 15 (6.25% from 255) = 7.98%
R=34.04%
G=57.98%
B=7.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64109150.4100.860.5788.7275.8124.31
Hex406DF2905639594c18
Octal100155175101267113111430
Binary100000011011011111101001010101101110011011001100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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