#557F4E

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

Shades of Glade Green #557F4E

Tints of Glade Green #557F4E

Color information

#557F4E (or 0x557F4E) is unknown color: approx Glade Green. HEX triplet: 55, 7F and 4E. RGB value is (85,127,78). Sum of RGB (Red+Green+Blue) = 85+127+78=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 127 (50% from 255 or 43.79% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 127 - color contains mainly: green. Hex color #557F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557F4E is #AA80B1. Grayscale: #6D6D6D. Windows color (decimal): -11174066 or 5144405. OLE color: 5144405.

HSL color Cylindrical-coordinate representation of color #557F4E: hue angle of 111.43º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #557F4E is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB8512778-
CMYK0.3300.390.50
HSL111.43º23.9%40.2%-
HSV(B)111.43º38.58%49.8%-
XYZ12.7117.669.95-
YUV108.86110.59110.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.31%
GREEN value IS 127 (50% from 255) = 43.79%
BLUE value IS 78 (30.86% from 255) = 26.90%
R=29.31%
G=43.79%
B=26.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal85127780.3300.390.50111.4323.940.2
Hex557F4E21027326f1828
Octal12517711641047621573050
Binary1010101111111110011101000010100111110010110111111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557F4E; }

 p { color: rgb(85,127,78); }

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

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

 a { background-color: rgb(85,127,78); }

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

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

 span { border-color: rgb(85,127,78); }

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