#5D824A

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

Shades of Glade Green #5D824A

Tints of Glade Green #5D824A

Color information

#5D824A (or 0x5D824A) is unknown color: approx Glade Green. HEX triplet: 5D, 82 and 4A. RGB value is (93,130,74). Sum of RGB (Red+Green+Blue) = 93+130+74=297 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.31% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 130 - color contains mainly: green. Hex color #5D824A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D824A is #A27DB5. Grayscale: #707070. Windows color (decimal): -10649014 or 4883037. OLE color: 4883037.

HSL color Cylindrical-coordinate representation of color #5D824A: hue angle of 99.64º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5D824A is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB9313074-
CMYK0.2800.430.49
HSL99.64º27.45%40%-
HSV(B)99.64º43.08%50.98%-
XYZ13.7318.799.38-
YUV112.55106.24114.05-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.31%
GREEN value IS 130 (51.17% from 255) = 43.77%
BLUE value IS 74 (29.30% from 255) = 24.92%
R=31.31%
G=43.77%
B=24.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal93130740.2800.430.4999.6427.4540
Hex5D824A1C02B31641b28
Octal13520211234053611443350
Binary1011101100000101001010111000101011110001110010011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D824A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,130,74); }

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

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

 a { background-color: rgb(93,130,74); }

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

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

 span { border-color: rgb(93,130,74); }

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