#406F10

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

Shades of Green Leaf #406F10

Tints of Green Leaf #406F10

Color information

#406F10 (or 0x406F10) is unknown color: approx Green Leaf. HEX triplet: 40, 6F and 10. RGB value is (64,111,16). Sum of RGB (Red+Green+Blue) = 64+111+16=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 111 (43.75% from 255 or 58.12% from 191); Blue value is 16 (6.64% from 255 or 8.38% from 191); Max value from RGB is 111 - color contains mainly: green. Hex color #406F10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406F10 is #BF90EF. Grayscale: #565656. Windows color (decimal): -12554480 or 1077056. OLE color: 1077056.

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

Color convert

RGB6411116-
CMYK0.4200.860.56
HSL89.68º74.8%24.9%-
HSV(B)89.68º85.59%43.53%-
XYZ7.8912.52.49-
YUV86.1288.43112.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.51%
GREEN value IS 111 (43.75% from 255) = 58.12%
BLUE value IS 16 (6.64% from 255) = 8.38%
R=33.51%
G=58.12%
B=8.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64111160.4200.860.5689.6874.824.9
Hex406F102A056385a4b19
Octal100157205201267013211331
Binary1000000110111110000101010010101101110001011010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,111,16); }

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

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

 a { background-color: rgb(64,111,16); }

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

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

 span { border-color: rgb(64,111,16); }

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