#557728

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

Shades of Green Leaf #557728

Tints of Green Leaf #557728

Color information

#557728 (or 0x557728) is unknown color: approx Green Leaf. HEX triplet: 55, 77 and 28. RGB value is (85,119,40). Sum of RGB (Red+Green+Blue) = 85+119+40=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 119 (46.88% from 255 or 48.77% from 244); Blue value is 40 (16.02% from 255 or 16.39% from 244); Max value from RGB is 119 - color contains mainly: green. Hex color #557728 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557728 is #AA88D7. Grayscale: #646464. Windows color (decimal): -11176152 or 2651989. OLE color: 2651989.

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

Color convert

RGB8511940-
CMYK0.2900.660.53
HSL85.82º49.69%31.18%-
HSV(B)85.82º66.39%46.67%-
XYZ10.7315.284.39-
YUV99.8394.24117.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.84%
GREEN value IS 119 (46.88% from 255) = 48.77%
BLUE value IS 40 (16.02% from 255) = 16.39%
R=34.84%
G=48.77%
B=16.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85119400.2900.660.5385.8249.6931.18
Hex5577281D0423556321f
Octal12516750350102651266237
Binary101010111101111010001110101000010110101101011011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557728; }

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

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

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

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

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

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

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

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