#5D7952

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

Shades of Glade Green #5D7952

Tints of Glade Green #5D7952

Color information

#5D7952 (or 0x5D7952) is unknown color: approx Glade Green. HEX triplet: 5D, 79 and 52. RGB value is (93,121,82). Sum of RGB (Red+Green+Blue) = 93+121+82=296 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.42% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 121 - color contains mainly: green. Hex color #5D7952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7952 is #A286AD. Grayscale: #6C6C6C. Windows color (decimal): -10651310 or 5405021. OLE color: 5405021.

HSL color Cylindrical-coordinate representation of color #5D7952: hue angle of 103.08º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5D7952 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB9312182-
CMYK0.2300.320.53
HSL103.08º19.21%39.8%-
HSV(B)103.08º32.23%47.45%-
XYZ12.8716.6110.51-
YUV108.18113.22117.17-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.42%
GREEN value IS 121 (47.66% from 255) = 40.88%
BLUE value IS 82 (32.42% from 255) = 27.70%
R=31.42%
G=40.88%
B=27.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal93121820.2300.320.53103.0819.2139.8
Hex5D79521702035671328
Octal13517112227040651472350
Binary101110111110011010010101110100000110101110011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,121,82); }

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

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

 a { background-color: rgb(93,121,82); }

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

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

 span { border-color: rgb(93,121,82); }

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