#599680

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

Shades of Patina #599680

Tints of Patina #599680

Color information

#599680 (or 0x599680) is unknown color: approx Patina. HEX triplet: 59, 96 and 80. RGB value is (89,150,128). Sum of RGB (Red+Green+Blue) = 89+150+128=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 150 - color contains mainly: green. Hex color #599680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599680 is #A6697F. Grayscale: #818181. Windows color (decimal): -10905984 or 8427097. OLE color: 8427097.

HSL color Cylindrical-coordinate representation of color #599680: hue angle of 158.36º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #599680 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB89150128-
CMYK0.4100.150.41
HSL158.36º25.52%46.86%-
HSV(B)158.36º40.67%58.82%-
XYZ18.9225.524.35-
YUV129.25127.2999.29-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.25%
GREEN value IS 150 (58.98% from 255) = 40.87%
BLUE value IS 128 (50.39% from 255) = 34.88%
R=24.25%
G=40.87%
B=34.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal891501280.4100.150.41158.3625.5246.86
Hex599680290F299e1a2f
Octal13122620051017512363257
Binary10110011001011010000000101001011111010011001111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599680; }

 p { color: rgb(89,150,128); }

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

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

 a { background-color: rgb(89,150,128); }

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

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

 span { border-color: rgb(89,150,128); }

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