#5A947F

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

Shades of Patina #5A947F

Tints of Patina #5A947F

Color information

#5A947F (or 0x5A947F) is unknown color: approx Patina. HEX triplet: 5A, 94 and 7F. RGB value is (90,148,127). Sum of RGB (Red+Green+Blue) = 90+148+127=365 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.66% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 148 - color contains mainly: green. Hex color #5A947F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A947F is #A56B80. Grayscale: #808080. Windows color (decimal): -10840961 or 8361050. OLE color: 8361050.

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

Color convert

RGB90148127-
CMYK0.3900.140.42
HSL158.28º24.37%46.67%-
HSV(B)158.28º39.19%58.04%-
XYZ18.6424.8923.9-
YUV128.26127.28100.71-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.66%
GREEN value IS 148 (58.20% from 255) = 40.55%
BLUE value IS 127 (50% from 255) = 34.79%
R=24.66%
G=40.55%
B=34.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal901481270.3900.140.42158.2824.3746.67
Hex5A947F270E2A9e182f
Octal13222417747016522363057
Binary1011010100101001111111100111011101010101001111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,148,127); }

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

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

 a { background-color: rgb(90,148,127); }

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

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

 span { border-color: rgb(90,148,127); }

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