#5D8A4B

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

Shades of Glade Green #5D8A4B

Tints of Glade Green #5D8A4B

Color information

#5D8A4B (or 0x5D8A4B) is unknown color: approx Glade Green. HEX triplet: 5D, 8A and 4B. RGB value is (93,138,75). Sum of RGB (Red+Green+Blue) = 93+138+75=306 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.39% from 306); Green value is 138 (54.30% from 255 or 45.10% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 138 - color contains mainly: green. Hex color #5D8A4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D8A4B is #A275B4. Grayscale: #757575. Windows color (decimal): -10646965 or 4950621. OLE color: 4950621.

HSL color Cylindrical-coordinate representation of color #5D8A4B: hue angle of 102.86º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D8A4B is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB9313875-
CMYK0.3300.460.46
HSL102.86º29.58%41.76%-
HSV(B)102.86º45.65%54.12%-
XYZ14.8721.019.93-
YUV117.36104.09110.62-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.39%
GREEN value IS 138 (54.30% from 255) = 45.10%
BLUE value IS 75 (29.69% from 255) = 24.51%
R=30.39%
G=45.10%
B=24.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal93138750.3300.460.46102.8629.5841.76
Hex5D8A4B2102E2E671e2a
Octal13521211341056561473652
Binary10111011000101010010111000010101110101110110011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,138,75); }

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

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

 a { background-color: rgb(93,138,75); }

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

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

 span { border-color: rgb(93,138,75); }

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