#426816

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

Shades of Green Leaf #426816

Tints of Green Leaf #426816

Color information

#426816 (or 0x426816) is unknown color: approx Green Leaf. HEX triplet: 42, 68 and 16. RGB value is (66,104,22). Sum of RGB (Red+Green+Blue) = 66+104+22=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 104 (41.02% from 255 or 54.17% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 104 - color contains mainly: green. Hex color #426816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426816 is #BD97E9. Grayscale: #535353. Windows color (decimal): -12425194 or 1468482. OLE color: 1468482.

HSL color Cylindrical-coordinate representation of color #426816: hue angle of 87.8º 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 #426816 is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB6610422-
CMYK0.3700.790.59
HSL87.8º65.08%24.71%-
HSV(B)87.8º78.85%40.78%-
XYZ7.3411.122.52-
YUV83.2993.41115.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.38%
GREEN value IS 104 (41.02% from 255) = 54.17%
BLUE value IS 22 (8.98% from 255) = 11.46%
R=34.38%
G=54.17%
B=11.46%

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
Decimal66104220.3700.790.5987.865.0824.71
Hex4268162504F3B584119
Octal102150264501177313010131
Binary1000010110100010110100101010011111110111011000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426816; }

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

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

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

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

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

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

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

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