#5E7952

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

Shades of Glade Green #5E7952

Tints of Glade Green #5E7952

Color information

#5E7952 (or 0x5E7952) is unknown color: approx Glade Green. HEX triplet: 5E, 79 and 52. RGB value is (94,121,82). Sum of RGB (Red+Green+Blue) = 94+121+82=297 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.65% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 121 - color contains mainly: green. Hex color #5E7952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7952 is #A186AD. Grayscale: #6C6C6C. Windows color (decimal): -10585774 or 5405022. OLE color: 5405022.

HSL color Cylindrical-coordinate representation of color #5E7952: hue angle of 101.54º 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 #5E7952 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB9412182-
CMYK0.2200.320.53
HSL101.54º19.21%39.8%-
HSV(B)101.54º32.23%47.45%-
XYZ12.9816.6610.52-
YUV108.48113.05117.67-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.65%
GREEN value IS 121 (47.66% from 255) = 40.74%
BLUE value IS 82 (32.42% from 255) = 27.61%
R=31.65%
G=40.74%
B=27.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal94121820.2200.320.53101.5419.2139.8
Hex5E79521602035661328
Octal13617112226040651462350
Binary101111011110011010010101100100000110101110011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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