#5F7E4D

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

Shades of Glade Green #5F7E4D

Tints of Glade Green #5F7E4D

Color information

#5F7E4D (or 0x5F7E4D) is unknown color: approx Glade Green. HEX triplet: 5F, 7E and 4D. RGB value is (95,126,77). Sum of RGB (Red+Green+Blue) = 95+126+77=298 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.88% from 298); Green value is 126 (49.61% from 255 or 42.28% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 126 - color contains mainly: green. Hex color #5F7E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7E4D is #A081B2. Grayscale: #6F6F6F. Windows color (decimal): -10518963 or 5078623. OLE color: 5078623.

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

Color convert

RGB9512677-
CMYK0.2500.390.51
HSL97.96º24.14%39.8%-
HSV(B)97.96º38.89%49.41%-
XYZ13.5217.899.76-
YUV111.14108.73116.48-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.88%
GREEN value IS 126 (49.61% from 255) = 42.28%
BLUE value IS 77 (30.47% from 255) = 25.84%
R=31.88%
G=42.28%
B=25.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal95126770.2500.390.5197.9624.1439.8
Hex5F7E4D1902733621828
Octal13717611531047631423050
Binary101111111111101001101110010100111110011110001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,126,77); }

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

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

 a { background-color: rgb(95,126,77); }

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

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

 span { border-color: rgb(95,126,77); }

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