#426A10

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

Shades of Green Leaf #426A10

Tints of Green Leaf #426A10

Color information

#426A10 (or 0x426A10) is unknown color: approx Green Leaf. HEX triplet: 42, 6A and 10. RGB value is (66,106,16). Sum of RGB (Red+Green+Blue) = 66+106+16=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 106 (41.80% from 255 or 56.38% from 188); Blue value is 16 (6.64% from 255 or 8.51% from 188); Max value from RGB is 106 - color contains mainly: green. Hex color #426A10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426A10 is #BD95EF. Grayscale: #545454. Windows color (decimal): -12424688 or 1075778. OLE color: 1075778.

HSL color Cylindrical-coordinate representation of color #426A10: hue angle of 86.67º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #426A10 is Cyan = 0.38, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.58.

Color convert

RGB6610616-
CMYK0.3800.850.58
HSL86.67º73.77%23.92%-
HSV(B)86.67º84.91%41.57%-
XYZ7.4911.52.32-
YUV83.7889.75115.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.11%
GREEN value IS 106 (41.80% from 255) = 56.38%
BLUE value IS 16 (6.64% from 255) = 8.51%
R=35.11%
G=56.38%
B=8.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66106160.3800.850.5886.6773.7723.92
Hex426A10260553A574a18
Octal102152204601257212711230
Binary1000010110101010000100110010101011110101010111100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426A10; }

 p { color: rgb(66,106,16); }

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

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

 a { background-color: rgb(66,106,16); }

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

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

 span { border-color: rgb(66,106,16); }

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