#5F914C

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

Shades of Glade Green #5F914C

Tints of Glade Green #5F914C

Color information

#5F914C (or 0x5F914C) is unknown color: approx Glade Green. HEX triplet: 5F, 91 and 4C. RGB value is (95,145,76). Sum of RGB (Red+Green+Blue) = 95+145+76=316 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.06% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 145 - color contains mainly: green. Hex color #5F914C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F914C is #A06EB3. Grayscale: #7A7A7A. Windows color (decimal): -10514100 or 5017951. OLE color: 5017951.

HSL color Cylindrical-coordinate representation of color #5F914C: hue angle of 103.48º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5F914C is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB9514576-
CMYK0.3400.480.43
HSL103.48º31.22%43.33%-
HSV(B)103.48º47.59%56.86%-
XYZ16.1523.2110.47-
YUV122.18101.94108.61-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.06%
GREEN value IS 145 (57.03% from 255) = 45.89%
BLUE value IS 76 (30.08% from 255) = 24.05%
R=30.06%
G=45.89%
B=24.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal95145760.3400.480.43103.4831.2243.33
Hex5F914C220302B671f2b
Octal13722111442060531473753
Binary10111111001000110011001000100110000101011110011111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F914C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,145,76); }

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

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

 a { background-color: rgb(95,145,76); }

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

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

 span { border-color: rgb(95,145,76); }

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