#557533

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

Shades of Green Leaf #557533

Tints of Green Leaf #557533

Color information

#557533 (or 0x557533) is unknown color: approx Green Leaf. HEX triplet: 55, 75 and 33. RGB value is (85,117,51). Sum of RGB (Red+Green+Blue) = 85+117+51=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 117 - color contains mainly: green. Hex color #557533 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557533 is #AA8ACC. Grayscale: #646464. Windows color (decimal): -11176653 or 3372373. OLE color: 3372373.

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

Color convert

RGB8511751-
CMYK0.2700.560.54
HSL89.09º39.29%32.94%-
HSV(B)89.09º56.41%45.88%-
XYZ10.7114.895.44-
YUV99.91100.4117.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.60%
GREEN value IS 117 (46.09% from 255) = 46.25%
BLUE value IS 51 (20.31% from 255) = 20.16%
R=33.60%
G=46.25%
B=20.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85117510.2700.560.5489.0939.2932.94
Hex5575331B03836592721
Octal1251656333070661314741
Binary101010111101011100111101101110001101101011001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557533; }

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

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

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

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

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

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

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

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