#5F9480

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

Shades of Patina #5F9480

Tints of Patina #5F9480

Color information

#5F9480 (or 0x5F9480) is unknown color: approx Patina. HEX triplet: 5F, 94 and 80. RGB value is (95,148,128). Sum of RGB (Red+Green+Blue) = 95+148+128=371 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.61% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 148 - color contains mainly: green. Hex color #5F9480 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9480 is #A06B7F. Grayscale: #818181. Windows color (decimal): -10513280 or 8426591. OLE color: 8426591.

HSL color Cylindrical-coordinate representation of color #5F9480: hue angle of 157.36º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F9480 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB95148128-
CMYK0.3600.140.42
HSL157.36º21.81%47.65%-
HSV(B)157.36º35.81%58.04%-
XYZ19.2125.1724.27-
YUV129.87126.94103.13-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.61%
GREEN value IS 148 (58.20% from 255) = 39.89%
BLUE value IS 128 (50.39% from 255) = 34.50%
R=25.61%
G=39.89%
B=34.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal951481280.3600.140.42157.3621.8147.65
Hex5F9480240E2A9d1630
Octal13722420044016522352660
Binary10111111001010010000000100100011101010101001110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,148,128); }

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

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

 a { background-color: rgb(95,148,128); }

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

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

 span { border-color: rgb(95,148,128); }

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