#5B8252

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

Shades of Glade Green #5B8252

Tints of Glade Green #5B8252

Color information

#5B8252 (or 0x5B8252) is unknown color: approx Glade Green. HEX triplet: 5B, 82 and 52. RGB value is (91,130,82). Sum of RGB (Red+Green+Blue) = 91+130+82=303 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.03% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #5B8252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8252 is #A47DAD. Grayscale: #717171. Windows color (decimal): -10780078 or 5407323. OLE color: 5407323.

HSL color Cylindrical-coordinate representation of color #5B8252: hue angle of 108.75º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B8252 is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB9113082-
CMYK0.3000.370.49
HSL108.75º22.64%41.57%-
HSV(B)108.75º36.92%50.98%-
XYZ13.8218.810.88-
YUV112.87110.58112.4-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.03%
GREEN value IS 130 (51.17% from 255) = 42.90%
BLUE value IS 82 (32.42% from 255) = 27.06%
R=30.03%
G=42.90%
B=27.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91130820.3000.370.49108.7522.6441.57
Hex5B82521E025316d172a
Octal13320212236045611552752
Binary1011011100000101010010111100100101110001110110110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,130,82); }

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

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

 a { background-color: rgb(91,130,82); }

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

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

 span { border-color: rgb(91,130,82); }

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