Html Css Color HEX #599478 Patina

📋 copy color: '#599478'

red 89 ◦ green 148 ◦ blue 120

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

Shades of Patina #599478

Tints of Patina #599478

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.46%

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

R = 24.93%
G = 41.46%
B = 33.61%

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

#599478 (or 0x599478) is known color: Patina. HEX triplet: 59, 94 and 78. RGB value is (89,148,120). Sum of RGB (Red+Green+Blue) = 89+148+120=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 148 - color contains mainly: green. Hex color #599478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599478 is #A66B87. Grayscale: #7F7F7F. Windows color (decimal): -10906504 or 7902297. OLE color: 7902297.

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

Color convert

RGB 89 148 120 -
CMYK 0.40 0 0.19 0.42
HSL 151.53º 0.25% 0.46% -
HSV(B) 151.53º 0.4% 0.58% -
XYZ 18.1 24.66 21.58 -
YUV 127.17 123.95 100.78 -
System Red Green Blue C M Y K H S L
Decimal 89 148 120 0.40 0 0.19 0.42 151.53 0.25 0.46
Hex 59 94 78 28 0 13 2A 98 19 2E
Octal 131 224 170 50 0 23 52 230 31 56
Binary 1011001 10010100 1111000 101000 0 10011 101010 10011000 11001 101110

Color Harmonies of #599478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599478

Black with #599478

Text Example


Text Example

White with #599478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599478; }

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

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

background-color css

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

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

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

border-color css

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

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

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