#5C7F52

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

Shades of Glade Green #5C7F52

Tints of Glade Green #5C7F52

Color information

#5C7F52 (or 0x5C7F52) is unknown color: approx Glade Green. HEX triplet: 5C, 7F and 52. RGB value is (92,127,82). Sum of RGB (Red+Green+Blue) = 92+127+82=301 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.56% from 301); Green value is 127 (50% from 255 or 42.19% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 127 - color contains mainly: green. Hex color #5C7F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7F52 is #A380AD. Grayscale: #6F6F6F. Windows color (decimal): -10715310 or 5406556. OLE color: 5406556.

HSL color Cylindrical-coordinate representation of color #5C7F52: hue angle of 106.67º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5C7F52 is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB9212782-
CMYK0.2800.350.50
HSL106.67º21.53%40.98%-
HSV(B)106.67º35.43%49.8%-
XYZ13.5318.0610.76-
YUV111.4111.4114.16-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.56%
GREEN value IS 127 (50% from 255) = 42.19%
BLUE value IS 82 (32.42% from 255) = 27.24%
R=30.56%
G=42.19%
B=27.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal92127820.2800.350.50106.6721.5340.98
Hex5C7F521C023326b1629
Octal13417712234043621532651
Binary101110011111111010010111000100011110010110101110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C7F52; }

 p { color: rgb(92,127,82); }

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

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

 a { background-color: rgb(92,127,82); }

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

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

 span { border-color: rgb(92,127,82); }

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