#5F814F

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

Shades of Glade Green #5F814F

Tints of Glade Green #5F814F

Color information

#5F814F (or 0x5F814F) is unknown color: approx Glade Green. HEX triplet: 5F, 81 and 4F. RGB value is (95,129,79). Sum of RGB (Red+Green+Blue) = 95+129+79=303 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.35% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 129 - color contains mainly: green. Hex color #5F814F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F814F is #A07EB0. Grayscale: #717171. Windows color (decimal): -10518193 or 5210463. OLE color: 5210463.

HSL color Cylindrical-coordinate representation of color #5F814F: hue angle of 100.8º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F814F is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB9512979-
CMYK0.2600.390.49
HSL100.8º24.04%40.78%-
HSV(B)100.8º38.76%50.59%-
XYZ13.9818.710.27-
YUV113.13108.74115.07-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.35%
GREEN value IS 129 (50.78% from 255) = 42.57%
BLUE value IS 79 (31.25% from 255) = 26.07%
R=31.35%
G=42.57%
B=26.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal95129790.2600.390.49100.824.0440.78
Hex5F814F1A02731651829
Octal13720111732047611453051
Binary1011111100000011001111110100100111110001110010111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F814F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,129,79); }

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

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

 a { background-color: rgb(95,129,79); }

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

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

 span { border-color: rgb(95,129,79); }

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