#426C12

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

Shades of Green Leaf #426C12

Tints of Green Leaf #426C12

Color information

#426C12 (or 0x426C12) is unknown color: approx Green Leaf. HEX triplet: 42, 6C and 12. RGB value is (66,108,18). Sum of RGB (Red+Green+Blue) = 66+108+18=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 108 (42.58% from 255 or 56.25% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 108 - color contains mainly: green. Hex color #426C12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426C12 is #BD93ED. Grayscale: #555555. Windows color (decimal): -12424174 or 1207362. OLE color: 1207362.

HSL color Cylindrical-coordinate representation of color #426C12: hue angle of 88º 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 #426C12 is Cyan = 0.39, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.58.

Color convert

RGB6610818-
CMYK0.3900.830.58
HSL88º71.43%24.71%-
HSV(B)88º83.33%42.35%-
XYZ7.7211.932.47-
YUV85.1890.09114.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.38%
GREEN value IS 108 (42.58% from 255) = 56.25%
BLUE value IS 18 (7.42% from 255) = 9.38%
R=34.38%
G=56.25%
B=9.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66108180.3900.830.588871.4324.71
Hex426C12270533A584719
Octal102154224701237213010731
Binary1000010110110010010100111010100111110101011000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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