#5F824C

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

Shades of Glade Green #5F824C

Tints of Glade Green #5F824C

Color information

#5F824C (or 0x5F824C) is unknown color: approx Glade Green. HEX triplet: 5F, 82 and 4C. RGB value is (95,130,76). Sum of RGB (Red+Green+Blue) = 95+130+76=301 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.56% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #5F824C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F824C is #A07DB3. Grayscale: #717171. Windows color (decimal): -10517940 or 5014111. OLE color: 5014111.

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

Color convert

RGB9513076-
CMYK0.2700.420.49
HSL98.89º26.21%40.39%-
HSV(B)98.89º41.54%50.98%-
XYZ14.0118.929.75-
YUV113.38106.9114.89-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.56%
GREEN value IS 130 (51.17% from 255) = 43.19%
BLUE value IS 76 (30.08% from 255) = 25.25%
R=31.56%
G=43.19%
B=25.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
Decimal95130760.2700.420.4998.8926.2140.39
Hex5F824C1B02A31631a28
Octal13720211433052611433250
Binary1011111100000101001100110110101010110001110001111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F824C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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