#5D824D

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

Shades of Glade Green #5D824D

Tints of Glade Green #5D824D

Color information

#5D824D (or 0x5D824D) is unknown color: approx Glade Green. HEX triplet: 5D, 82 and 4D. RGB value is (93,130,77). Sum of RGB (Red+Green+Blue) = 93+130+77=300 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 130 - color contains mainly: green. Hex color #5D824D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D824D is #A27DB2. Grayscale: #717171. Windows color (decimal): -10649011 or 5079645. OLE color: 5079645.

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

Color convert

RGB9313077-
CMYK0.2800.410.49
HSL101.89º25.6%40.59%-
HSV(B)101.89º40.77%50.98%-
XYZ13.8418.839.93-
YUV112.9107.74113.81-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31%
GREEN value IS 130 (51.17% from 255) = 43.33%
BLUE value IS 77 (30.47% from 255) = 25.67%
R=31%
G=43.33%
B=25.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal93130770.2800.410.49101.8925.640.59
Hex5D824D1C02931661a29
Octal13520211534051611463251
Binary1011101100000101001101111000101001110001110011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D824D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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