#5E7F4F

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

Shades of Glade Green #5E7F4F

Tints of Glade Green #5E7F4F

Color information

#5E7F4F (or 0x5E7F4F) is unknown color: approx Glade Green. HEX triplet: 5E, 7F and 4F. RGB value is (94,127,79). Sum of RGB (Red+Green+Blue) = 94+127+79=300 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.33% from 300); Green value is 127 (50% from 255 or 42.33% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 127 - color contains mainly: green. Hex color #5E7F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7F4F is #A180B0. Grayscale: #6F6F6F. Windows color (decimal): -10584241 or 5209950. OLE color: 5209950.

HSL color Cylindrical-coordinate representation of color #5E7F4F: hue angle of 101.25º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E7F4F is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB9412779-
CMYK0.2600.380.50
HSL101.25º23.3%40.39%-
HSV(B)101.25º37.8%49.8%-
XYZ13.6218.1210.18-
YUV111.66109.57115.4-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.33%
GREEN value IS 127 (50% from 255) = 42.33%
BLUE value IS 79 (31.25% from 255) = 26.33%
R=31.33%
G=42.33%
B=26.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal94127790.2600.380.50101.2523.340.39
Hex5E7F4F1A02632651728
Octal13617711732046621452750
Binary101111011111111001111110100100110110010110010110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,127,79); }

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

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

 a { background-color: rgb(94,127,79); }

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

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

 span { border-color: rgb(94,127,79); }

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