#557732

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

Shades of Green Leaf #557732

Tints of Green Leaf #557732

Color information

#557732 (or 0x557732) is unknown color: approx Green Leaf. HEX triplet: 55, 77 and 32. RGB value is (85,119,50). Sum of RGB (Red+Green+Blue) = 85+119+50=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #557732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557732 is #AA88CD. Grayscale: #656565. Windows color (decimal): -11176142 or 3307349. OLE color: 3307349.

HSL color Cylindrical-coordinate representation of color #557732: hue angle of 89.57º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #557732 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB8511950-
CMYK0.2900.580.53
HSL89.57º40.83%33.14%-
HSV(B)89.57º57.98%46.67%-
XYZ10.9215.365.41-
YUV100.9799.24116.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.46%
GREEN value IS 119 (46.88% from 255) = 46.85%
BLUE value IS 50 (19.92% from 255) = 19.69%
R=33.46%
G=46.85%
B=19.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85119500.2900.580.5389.5740.8333.14
Hex5577321D03A355a2921
Octal1251676235072651325141
Binary101010111101111100101110101110101101011011010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557732; }

 p { color: rgb(85,119,50); }

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

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

 a { background-color: rgb(85,119,50); }

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

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

 span { border-color: rgb(85,119,50); }

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