#579477

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

Shades of Patina #579477

Tints of Patina #579477

Color information

#579477 (or 0x579477) is unknown color: approx Patina. HEX triplet: 57, 94 and 77. RGB value is (87,148,119). Sum of RGB (Red+Green+Blue) = 87+148+119=354 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.58% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 148 - color contains mainly: green. Hex color #579477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #579477 is #A86B88. Grayscale: #7E7E7E. Windows color (decimal): -11037577 or 7836759. OLE color: 7836759.

HSL color Cylindrical-coordinate representation of color #579477: hue angle of 151.48º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #579477 is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB87148119-
CMYK0.4100.200.42
HSL151.48º25.96%46.08%-
HSV(B)151.48º41.22%58.04%-
XYZ17.8524.5421.25-
YUV126.45123.7999.86-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.58%
GREEN value IS 148 (58.20% from 255) = 41.81%
BLUE value IS 119 (46.88% from 255) = 33.62%
R=24.58%
G=41.81%
B=33.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871481190.4100.200.42151.4825.9646.08
Hex579477290142A971a2e
Octal12722416751024522273256
Binary10101111001010011101111010010101001010101001011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #579477; }

 p { color: rgb(87,148,119); }

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

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

 a { background-color: rgb(87,148,119); }

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

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

 span { border-color: rgb(87,148,119); }

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