#5B8D49

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

Shades of Glade Green #5B8D49

Tints of Glade Green #5B8D49

Color information

#5B8D49 (or 0x5B8D49) is unknown color: approx Glade Green. HEX triplet: 5B, 8D and 49. RGB value is (91,141,73). Sum of RGB (Red+Green+Blue) = 91+141+73=305 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.84% from 305); Green value is 141 (55.47% from 255 or 46.23% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 141 - color contains mainly: green. Hex color #5B8D49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B8D49 is #A472B6. Grayscale: #767676. Windows color (decimal): -10777271 or 4820315. OLE color: 4820315.

HSL color Cylindrical-coordinate representation of color #5B8D49: hue angle of 104.12º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B8D49 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB9114173-
CMYK0.3500.480.45
HSL104.12º31.78%41.96%-
HSV(B)104.12º48.23%55.29%-
XYZ15.0421.759.71-
YUV118.3102.44108.53-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.84%
GREEN value IS 141 (55.47% from 255) = 46.23%
BLUE value IS 73 (28.91% from 255) = 23.93%
R=29.84%
G=46.23%
B=23.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal91141730.3500.480.45104.1231.7841.96
Hex5B8D49230302D68202a
Octal13321511143060551504052
Binary101101110001101100100110001101100001011011101000100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,141,73); }

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

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

 a { background-color: rgb(91,141,73); }

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

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

 span { border-color: rgb(91,141,73); }

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