#5D854A

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

Shades of Glade Green #5D854A

Tints of Glade Green #5D854A

Color information

#5D854A (or 0x5D854A) is unknown color: approx Glade Green. HEX triplet: 5D, 85 and 4A. RGB value is (93,133,74). Sum of RGB (Red+Green+Blue) = 93+133+74=300 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #5D854A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D854A is #A27AB5. Grayscale: #727272. Windows color (decimal): -10648246 or 4883805. OLE color: 4883805.

HSL color Cylindrical-coordinate representation of color #5D854A: hue angle of 100.68º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5D854A is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB9313374-
CMYK0.3000.440.48
HSL100.68º28.5%40.59%-
HSV(B)100.68º44.36%52.16%-
XYZ14.1419.69.52-
YUV114.31105.25112.8-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31%
GREEN value IS 133 (52.34% from 255) = 44.33%
BLUE value IS 74 (29.30% from 255) = 24.67%
R=31%
G=44.33%
B=24.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal93133740.3000.440.48100.6828.540.59
Hex5D854A1E02C30651d29
Octal13520511236054601453551
Binary1011101100001011001010111100101100110000110010111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D854A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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