#5F8948

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

Shades of Glade Green #5F8948

Tints of Glade Green #5F8948

Color information

#5F8948 (or 0x5F8948) is unknown color: approx Glade Green. HEX triplet: 5F, 89 and 48. RGB value is (95,137,72). Sum of RGB (Red+Green+Blue) = 95+137+72=304 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.25% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 137 - color contains mainly: green. Hex color #5F8948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F8948 is #A076B7. Grayscale: #757575. Windows color (decimal): -10516152 or 4753759. OLE color: 4753759.

HSL color Cylindrical-coordinate representation of color #5F8948: hue angle of 98.77º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5F8948 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB9513772-
CMYK0.3100.470.46
HSL98.77º31.1%40.98%-
HSV(B)98.77º47.45%53.73%-
XYZ14.8320.799.36-
YUV117.03102.59112.29-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.25%
GREEN value IS 137 (53.91% from 255) = 45.07%
BLUE value IS 72 (28.52% from 255) = 23.68%
R=31.25%
G=45.07%
B=23.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal95137720.3100.470.4698.7731.140.98
Hex5F89481F02F2E631f29
Octal13721111037057561433751
Binary1011111100010011001000111110101111101110110001111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,137,72); }

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

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

 a { background-color: rgb(95,137,72); }

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

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

 span { border-color: rgb(95,137,72); }

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