#599477

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

Shades of Patina #599477

Tints of Patina #599477

Color information

#599477 (or 0x599477) is unknown color: approx Patina. HEX triplet: 59, 94 and 77. RGB value is (89,148,119). Sum of RGB (Red+Green+Blue) = 89+148+119=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 148 - color contains mainly: green. Hex color #599477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599477 is #A66B88. Grayscale: #7F7F7F. Windows color (decimal): -10906505 or 7836761. OLE color: 7836761.

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

Color convert

RGB89148119-
CMYK0.4000.200.42
HSL150.51º24.89%46.47%-
HSV(B)150.51º39.86%58.04%-
XYZ18.0424.6421.26-
YUV127.05123.45100.86-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25%
GREEN value IS 148 (58.20% from 255) = 41.57%
BLUE value IS 119 (46.88% from 255) = 33.43%
R=25%
G=41.57%
B=33.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891481190.4000.200.42150.5124.8946.47
Hex599477280142A97192e
Octal13122416750024522273156
Binary10110011001010011101111010000101001010101001011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599477; }

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

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

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

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

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

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

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

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