#589278

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

Shades of Patina #589278

Tints of Patina #589278

Color information

#589278 (or 0x589278) is unknown color: approx Patina. HEX triplet: 58, 92 and 78. RGB value is (88,146,120). Sum of RGB (Red+Green+Blue) = 88+146+120=354 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.86% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 146 - color contains mainly: green. Hex color #589278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589278 is #A76D87. Grayscale: #7D7D7D. Windows color (decimal): -10972552 or 7901784. OLE color: 7901784.

HSL color Cylindrical-coordinate representation of color #589278: hue angle of 153.1º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #589278 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB88146120-
CMYK0.4000.180.43
HSL153.1º24.79%45.88%-
HSV(B)153.1º39.73%57.25%-
XYZ17.6923.9921.47-
YUV125.69124.78101.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.86%
GREEN value IS 146 (57.42% from 255) = 41.24%
BLUE value IS 120 (47.27% from 255) = 33.90%
R=24.86%
G=41.24%
B=33.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881461200.4000.180.43153.124.7945.88
Hex589278280122B99192e
Octal13022217050022532313156
Binary10110001001001011110001010000100101010111001100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589278; }

 p { color: rgb(88,146,120); }

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

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

 a { background-color: rgb(88,146,120); }

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

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

 span { border-color: rgb(88,146,120); }

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