#5F824B

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

Shades of Glade Green #5F824B

Tints of Glade Green #5F824B

Color information

#5F824B (or 0x5F824B) is unknown color: approx Glade Green. HEX triplet: 5F, 82 and 4B. RGB value is (95,130,75). Sum of RGB (Red+Green+Blue) = 95+130+75=300 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.67% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 130 - color contains mainly: green. Hex color #5F824B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F824B is #A07DB4. Grayscale: #717171. Windows color (decimal): -10517941 or 4948575. OLE color: 4948575.

HSL color Cylindrical-coordinate representation of color #5F824B: hue angle of 98.18º 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 #5F824B is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB9513075-
CMYK0.2700.420.49
HSL98.18º26.83%40.2%-
HSV(B)98.18º42.31%50.98%-
XYZ13.9718.919.57-
YUV113.26106.4114.97-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.67%
GREEN value IS 130 (51.17% from 255) = 43.33%
BLUE value IS 75 (29.69% from 255) = 25%
R=31.67%
G=43.33%
B=25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal95130750.2700.420.4998.1826.8340.2
Hex5F824B1B02A31621b28
Octal13720211333052611423350
Binary1011111100000101001011110110101010110001110001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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