#5E8250

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

Shades of Glade Green #5E8250

Tints of Glade Green #5E8250

Color information

#5E8250 (or 0x5E8250) is unknown color: approx Glade Green. HEX triplet: 5E, 82 and 50. RGB value is (94,130,80). Sum of RGB (Red+Green+Blue) = 94+130+80=304 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.92% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 130 - color contains mainly: green. Hex color #5E8250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8250 is #A17DAF. Grayscale: #717171. Windows color (decimal): -10583472 or 5276254. OLE color: 5276254.

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

Color convert

RGB9413080-
CMYK0.2800.380.49
HSL103.2º23.81%41.18%-
HSV(B)103.2º38.46%50.98%-
XYZ14.0518.9210.5-
YUV113.54109.07114.07-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.92%
GREEN value IS 130 (51.17% from 255) = 42.76%
BLUE value IS 80 (31.64% from 255) = 26.32%
R=30.92%
G=42.76%
B=26.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal94130800.2800.380.49103.223.8141.18
Hex5E82501C02631671829
Octal13620212034046611473051
Binary1011110100000101010000111000100110110001110011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,130,80); }

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

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

 a { background-color: rgb(94,130,80); }

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

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

 span { border-color: rgb(94,130,80); }

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