#426A13

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

Shades of Green Leaf #426A13

Tints of Green Leaf #426A13

Color information

#426A13 (or 0x426A13) is unknown color: approx Green Leaf. HEX triplet: 42, 6A and 13. RGB value is (66,106,19). Sum of RGB (Red+Green+Blue) = 66+106+19=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 106 (41.80% from 255 or 55.50% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 106 - color contains mainly: green. Hex color #426A13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426A13 is #BD95EC. Grayscale: #545454. Windows color (decimal): -12424685 or 1272386. OLE color: 1272386.

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

Color convert

RGB6610619-
CMYK0.3800.820.58
HSL87.59º69.6%24.51%-
HSV(B)87.59º82.08%41.57%-
XYZ7.5211.512.44-
YUV84.1291.25115.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.55%
GREEN value IS 106 (41.80% from 255) = 55.50%
BLUE value IS 19 (7.81% from 255) = 9.95%
R=34.55%
G=55.50%
B=9.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66106190.3800.820.5887.5969.624.51
Hex426A13260523A584619
Octal102152234601227213010631
Binary1000010110101010011100110010100101110101011000100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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