#5F8C4E

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

Shades of Glade Green #5F8C4E

Tints of Glade Green #5F8C4E

Color information

#5F8C4E (or 0x5F8C4E) is unknown color: approx Glade Green. HEX triplet: 5F, 8C and 4E. RGB value is (95,140,78). Sum of RGB (Red+Green+Blue) = 95+140+78=313 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.35% from 313); Green value is 140 (55.08% from 255 or 44.73% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 140 - color contains mainly: green. Hex color #5F8C4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8C4E is #A073B1. Grayscale: #777777. Windows color (decimal): -10515378 or 5147743. OLE color: 5147743.

HSL color Cylindrical-coordinate representation of color #5F8C4E: hue angle of 103.55º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5F8C4E is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB9514078-
CMYK0.3200.440.45
HSL103.55º28.44%42.75%-
HSV(B)103.55º44.29%54.9%-
XYZ15.4721.7410.59-
YUV119.48104.59110.54-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.35%
GREEN value IS 140 (55.08% from 255) = 44.73%
BLUE value IS 78 (30.86% from 255) = 24.92%
R=30.35%
G=44.73%
B=24.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal95140780.3200.440.45103.5528.4442.75
Hex5F8C4E2002C2D681c2b
Octal13721411640054551503453
Binary10111111000110010011101000000101100101101110100011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,140,78); }

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

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

 a { background-color: rgb(95,140,78); }

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

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

 span { border-color: rgb(95,140,78); }

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