#5E864B

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

Shades of Glade Green #5E864B

Tints of Glade Green #5E864B

Color information

#5E864B (or 0x5E864B) is unknown color: approx Glade Green. HEX triplet: 5E, 86 and 4B. RGB value is (94,134,75). Sum of RGB (Red+Green+Blue) = 94+134+75=303 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.02% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 134 - color contains mainly: green. Hex color #5E864B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E864B is #A179B4. Grayscale: #737373. Windows color (decimal): -10582453 or 4949598. OLE color: 4949598.

HSL color Cylindrical-coordinate representation of color #5E864B: hue angle of 100.68º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E864B is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB9413475-
CMYK0.3000.440.47
HSL100.68º28.23%40.98%-
HSV(B)100.68º44.03%52.55%-
XYZ14.4119.949.75-
YUV115.31105.25112.8-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.02%
GREEN value IS 134 (52.73% from 255) = 44.22%
BLUE value IS 75 (29.69% from 255) = 24.75%
R=31.02%
G=44.22%
B=24.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal94134750.3000.440.47100.6828.2340.98
Hex5E864B1E02C2F651c29
Octal13620611336054571453451
Binary1011110100001101001011111100101100101111110010111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E864B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,134,75); }

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

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

 a { background-color: rgb(94,134,75); }

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

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

 span { border-color: rgb(94,134,75); }

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