Html Css Color HEX #599477 Patina

📋 copy color: '#599477'

red 89 ◦ green 148 ◦ blue 119

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

Shades of Patina #599477

Tints of Patina #599477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.43%

R = 25%
G = 41.57%
B = 33.43%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#599477 (or 0x599477) is known color: 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

RGB 89 148 119 -
CMYK 0.40 0 0.20 0.42
HSL 150.51º 0.25% 0.46% -
HSV(B) 150.51º 0.4% 0.58% -
XYZ 18.04 24.64 21.26 -
YUV 127.05 123.45 100.86 -
System Red Green Blue C M Y K H S L
Decimal 89 148 119 0.40 0 0.20 0.42 150.51 0.25 0.46
Hex 59 94 77 28 0 14 2A 97 19 2E
Octal 131 224 167 50 0 24 52 227 31 56
Binary 1011001 10010100 1110111 101000 0 10100 101010 10010111 11001 101110

Color Harmonies of #599477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599477

Black with #599477

Text Example


Text Example

White with #599477

Text Example


Text Example

HTML Codes & Css Web 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>