#426E11

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

Shades of Green Leaf #426E11

Tints of Green Leaf #426E11

Color information

#426E11 (or 0x426E11) is unknown color: approx Green Leaf. HEX triplet: 42, 6E and 11. RGB value is (66,110,17). Sum of RGB (Red+Green+Blue) = 66+110+17=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 110 (43.36% from 255 or 56.99% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 110 - color contains mainly: green. Hex color #426E11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426E11 is #BD91EE. Grayscale: #565656. Windows color (decimal): -12423663 or 1142338. OLE color: 1142338.

HSL color Cylindrical-coordinate representation of color #426E11: hue angle of 88.39º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #426E11 is Cyan = 0.4, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.57.

Color convert

RGB6611017-
CMYK0.400.850.57
HSL88.39º73.23%24.9%-
HSV(B)88.39º84.55%43.14%-
XYZ7.9212.352.5-
YUV86.2488.92113.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.20%
GREEN value IS 110 (43.36% from 255) = 56.99%
BLUE value IS 17 (7.03% from 255) = 8.81%
R=34.20%
G=56.99%
B=8.81%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66110170.400.850.5788.3973.2324.9
Hex426E112805539584919
Octal102156215001257113011131
Binary1000010110111010001101000010101011110011011000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,110,17); }

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

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

 a { background-color: rgb(66,110,17); }

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

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

 span { border-color: rgb(66,110,17); }

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