#5D7852

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

Shades of Glade Green #5D7852

Tints of Glade Green #5D7852

Color information

#5D7852 (or 0x5D7852) is unknown color: approx Glade Green. HEX triplet: 5D, 78 and 52. RGB value is (93,120,82). Sum of RGB (Red+Green+Blue) = 93+120+82=295 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.53% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 120 - color contains mainly: green. Hex color #5D7852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7852 is #A287AD. Grayscale: #6B6B6B. Windows color (decimal): -10651566 or 5404765. OLE color: 5404765.

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

Color convert

RGB9312082-
CMYK0.2200.320.53
HSL102.63º18.81%39.61%-
HSV(B)102.63º31.67%47.06%-
XYZ12.7516.3710.47-
YUV107.6113.55117.59-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.53%
GREEN value IS 120 (47.27% from 255) = 40.68%
BLUE value IS 82 (32.42% from 255) = 27.80%
R=31.53%
G=40.68%
B=27.80%

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
Decimal93120820.2200.320.53102.6318.8139.61
Hex5D78521602035671328
Octal13517012226040651472350
Binary101110111110001010010101100100000110101110011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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