#5B824B

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

Shades of Glade Green #5B824B

Tints of Glade Green #5B824B

Color information

#5B824B (or 0x5B824B) is unknown color: approx Glade Green. HEX triplet: 5B, 82 and 4B. RGB value is (91,130,75). Sum of RGB (Red+Green+Blue) = 91+130+75=296 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.74% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 130 - color contains mainly: green. Hex color #5B824B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B824B is #A47DB4. Grayscale: #707070. Windows color (decimal): -10780085 or 4948571. OLE color: 4948571.

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

Color convert

RGB9113075-
CMYK0.3000.420.49
HSL102.55º26.83%40.2%-
HSV(B)102.55º42.31%50.98%-
XYZ13.5718.79.55-
YUV112.07107.08112.97-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.74%
GREEN value IS 130 (51.17% from 255) = 43.92%
BLUE value IS 75 (29.69% from 255) = 25.34%
R=30.74%
G=43.92%
B=25.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91130750.3000.420.49102.5526.8340.2
Hex5B824B1E02A31671b28
Octal13320211336052611473350
Binary1011011100000101001011111100101010110001110011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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