#426B12

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

Shades of Green Leaf #426B12

Tints of Green Leaf #426B12

Color information

#426B12 (or 0x426B12) is unknown color: approx Green Leaf. HEX triplet: 42, 6B and 12. RGB value is (66,107,18). Sum of RGB (Red+Green+Blue) = 66+107+18=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 107 (42.19% from 255 or 56.02% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 107 - color contains mainly: green. Hex color #426B12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426B12 is #BD94ED. Grayscale: #545454. Windows color (decimal): -12424430 or 1207106. OLE color: 1207106.

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

Color convert

RGB6610718-
CMYK0.3800.830.58
HSL87.64º71.2%24.51%-
HSV(B)87.64º83.18%41.96%-
XYZ7.6111.722.43-
YUV84.690.42114.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.55%
GREEN value IS 107 (42.19% from 255) = 56.02%
BLUE value IS 18 (7.42% from 255) = 9.42%
R=34.55%
G=56.02%
B=9.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66107180.3800.830.5887.6471.224.51
Hex426B12260533A584719
Octal102153224601237213010731
Binary1000010110101110010100110010100111110101011000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,107,18); }

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

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

 a { background-color: rgb(66,107,18); }

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

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

 span { border-color: rgb(66,107,18); }

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