#557633

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

Shades of Green Leaf #557633

Tints of Green Leaf #557633

Color information

#557633 (or 0x557633) is unknown color: approx Green Leaf. HEX triplet: 55, 76 and 33. RGB value is (85,118,51). Sum of RGB (Red+Green+Blue) = 85+118+51=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 51 (20.31% from 255 or 20.08% from 254); Max value from RGB is 118 - color contains mainly: green. Hex color #557633 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557633 is #AA89CC. Grayscale: #646464. Windows color (decimal): -11176397 or 3372629. OLE color: 3372629.

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

Color convert

RGB8511851-
CMYK0.2800.570.54
HSL89.55º39.64%33.14%-
HSV(B)89.55º56.78%46.27%-
XYZ10.8215.135.48-
YUV100.49100.07116.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.46%
GREEN value IS 118 (46.48% from 255) = 46.46%
BLUE value IS 51 (20.31% from 255) = 20.08%
R=33.46%
G=46.46%
B=20.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85118510.2800.570.5489.5539.6433.14
Hex5576331C039365a2821
Octal1251666334071661325041
Binary101010111101101100111110001110011101101011010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557633; }

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

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

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

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

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

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

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

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