#557626

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

Shades of Green Leaf #557626

Tints of Green Leaf #557626

Color information

#557626 (or 0x557626) is unknown color: approx Green Leaf. HEX triplet: 55, 76 and 26. RGB value is (85,118,38). Sum of RGB (Red+Green+Blue) = 85+118+38=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #557626 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557626 is #AA89D9. Grayscale: #636363. Windows color (decimal): -11176410 or 2520661. OLE color: 2520661.

HSL color Cylindrical-coordinate representation of color #557626: hue angle of 84.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #557626 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB8511838-
CMYK0.2800.680.54
HSL84.75º51.28%30.59%-
HSV(B)84.75º67.8%46.27%-
XYZ10.5715.034.18-
YUV99.0193.57118-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.27%
GREEN value IS 118 (46.48% from 255) = 48.96%
BLUE value IS 38 (15.23% from 255) = 15.77%
R=35.27%
G=48.96%
B=15.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85118380.2800.680.5484.7551.2830.59
Hex5576261C0443655331f
Octal12516646340104661256337
Binary101010111101101001101110001000100110110101010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557626; }

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

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

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

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

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

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

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

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