#426916

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

Shades of Green Leaf #426916

Tints of Green Leaf #426916

Color information

#426916 (or 0x426916) is unknown color: approx Green Leaf. HEX triplet: 42, 69 and 16. RGB value is (66,105,22). Sum of RGB (Red+Green+Blue) = 66+105+22=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 105 (41.41% from 255 or 54.40% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 105 - color contains mainly: green. Hex color #426916 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426916 is #BD96E9. Grayscale: #545454. Windows color (decimal): -12424938 or 1468738. OLE color: 1468738.

HSL color Cylindrical-coordinate representation of color #426916: hue angle of 88.19º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #426916 is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB6610522-
CMYK0.3700.790.59
HSL88.19º65.35%24.9%-
HSV(B)88.19º79.05%41.18%-
XYZ7.4411.322.55-
YUV83.8893.08115.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.20%
GREEN value IS 105 (41.41% from 255) = 54.40%
BLUE value IS 22 (8.98% from 255) = 11.40%
R=34.20%
G=54.40%
B=11.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66105220.3700.790.5988.1965.3524.9
Hex4269162504F3B584119
Octal102151264501177313010131
Binary1000010110100110110100101010011111110111011000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426916; }

 p { color: rgb(66,105,22); }

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

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

 a { background-color: rgb(66,105,22); }

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

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

 span { border-color: rgb(66,105,22); }

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