#579478

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

Shades of Patina #579478

Tints of Patina #579478

Color information

#579478 (or 0x579478) is unknown color: approx Patina. HEX triplet: 57, 94 and 78. RGB value is (87,148,120). Sum of RGB (Red+Green+Blue) = 87+148+120=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 148 - color contains mainly: green. Hex color #579478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #579478 is #A86B87. Grayscale: #7E7E7E. Windows color (decimal): -11037576 or 7902295. OLE color: 7902295.

HSL color Cylindrical-coordinate representation of color #579478: hue angle of 152.46º 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 #579478 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB87148120-
CMYK0.4100.190.42
HSL152.46º25.96%46.08%-
HSV(B)152.46º41.22%58.04%-
XYZ17.9124.5621.57-
YUV126.57124.2999.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.51%
GREEN value IS 148 (58.20% from 255) = 41.69%
BLUE value IS 120 (47.27% from 255) = 33.80%
R=24.51%
G=41.69%
B=33.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871481200.4100.190.42152.4625.9646.08
Hex579478290132A981a2e
Octal12722417051023522303256
Binary10101111001010011110001010010100111010101001100011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #579478; }

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

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

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

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

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

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

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

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