#556E26

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

Shades of Green Leaf #556E26

Tints of Green Leaf #556E26

Color information

#556E26 (or 0x556E26) is unknown color: approx Green Leaf. HEX triplet: 55, 6E and 26. RGB value is (85,110,38). Sum of RGB (Red+Green+Blue) = 85+110+38=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 110 (43.36% from 255 or 47.21% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 110 - color contains mainly: green. Hex color #556E26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556E26 is #AA91D9. Grayscale: #5E5E5E. Windows color (decimal): -11178458 or 2518613. OLE color: 2518613.

HSL color Cylindrical-coordinate representation of color #556E26: hue angle of 80.83º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #556E26 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.57.

Color convert

RGB8511038-
CMYK0.2300.650.57
HSL80.83º48.65%29.02%-
HSV(B)80.83º65.45%43.14%-
XYZ9.6713.223.88-
YUV94.3296.22121.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.48%
GREEN value IS 110 (43.36% from 255) = 47.21%
BLUE value IS 38 (15.23% from 255) = 16.31%
R=36.48%
G=47.21%
B=16.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85110380.2300.650.5780.8348.6529.02
Hex556E26170413951311d
Octal12515646270101711216135
Binary101010111011101001101011101000001111001101000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556E26; }

 p { color: rgb(85,110,38); }

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

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

 a { background-color: rgb(85,110,38); }

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

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

 span { border-color: rgb(85,110,38); }

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