#557821

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

Shades of Green Leaf #557821

Tints of Green Leaf #557821

Color information

#557821 (or 0x557821) is unknown color: approx Green Leaf. HEX triplet: 55, 78 and 21. RGB value is (85,120,33). Sum of RGB (Red+Green+Blue) = 85+120+33=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 120 (47.27% from 255 or 50.42% from 238); Blue value is 33 (13.28% from 255 or 13.87% from 238); Max value from RGB is 120 - color contains mainly: green. Hex color #557821 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557821 is #AA87DE. Grayscale: #636363. Windows color (decimal): -11175903 or 2193493. OLE color: 2193493.

HSL color Cylindrical-coordinate representation of color #557821: hue angle of 84.14º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #557821 is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB8512033-
CMYK0.2900.720.53
HSL84.14º56.86%30%-
HSV(B)84.14º72.5%47.06%-
XYZ10.7415.473.86-
YUV99.6290.4117.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.71%
GREEN value IS 120 (47.27% from 255) = 50.42%
BLUE value IS 33 (13.28% from 255) = 13.87%
R=35.71%
G=50.42%
B=13.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85120330.2900.720.5384.1456.8630
Hex5578211D0483554391e
Octal12517041350110651247136
Binary101010111110001000011110101001000110101101010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557821; }

 p { color: rgb(85,120,33); }

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

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

 a { background-color: rgb(85,120,33); }

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

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

 span { border-color: rgb(85,120,33); }

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