Html Css Color HEX #599578 Patina

📋 copy color: '#599578'

red 89 ◦ green 149 ◦ blue 120

#599578
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #599578

Tints of Patina #599578

RGB

 RED value IS 89 (35.16% from 255) = 24.86%

 GREEN value IS 149 (58.59% from 255) = 41.62%

 BLUE value IS 120 (47.27% from 255) = 33.52%

R = 24.86%
G = 41.62%
B = 33.52%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#599578 (or 0x599578) is known color: Patina. HEX triplet: 59, 95 and 78. RGB value is (89,149,120). Sum of RGB (Red+Green+Blue) = 89+149+120=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 149 - color contains mainly: green. Hex color #599578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599578 is #A66A87. Grayscale: #7F7F7F. Windows color (decimal): -10906248 or 7902553. OLE color: 7902553.

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

Color convert

RGB 89 149 120 -
CMYK 0.40 0 0.19 0.42
HSL 151º 0.25% 0.47% -
HSV(B) 151º 0.4% 0.58% -
XYZ 18.26 24.97 21.63 -
YUV 127.75 123.62 100.36 -
System Red Green Blue C M Y K H S L
Decimal 89 149 120 0.40 0 0.19 0.42 151 0.25 0.47
Hex 59 95 78 28 0 13 2A 97 19 2F
Octal 131 225 170 50 0 23 52 227 31 57
Binary 1011001 10010101 1111000 101000 0 10011 101010 10010111 11001 101111

Color Harmonies of #599578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599578

Black with #599578

Text Example


Text Example

White with #599578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599578; }

 p { color: rgb(89,149,120); }

 H1.HeaderClassName
 {
   color: #599578;
 }
 .AnyTagClassName
 {
   color: #599578;
 }
</style>

background-color css

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

 a { background-color: rgb(89,149,120); }

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

border-color css

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

 span { border-color: rgb(89,149,120); }

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