Html Css Color HEX #599479 Patina

📋 copy color: '#599479'

red 89 ◦ green 148 ◦ blue 121

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

Shades of Patina #599479

Tints of Patina #599479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.8%

R = 24.86%
G = 41.34%
B = 33.8%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#599479 (or 0x599479) is known color: Patina. HEX triplet: 59, 94 and 79. RGB value is (89,148,121). Sum of RGB (Red+Green+Blue) = 89+148+121=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 148 - color contains mainly: green. Hex color #599479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599479 is #A66B86. Grayscale: #7F7F7F. Windows color (decimal): -10906503 or 7967833. OLE color: 7967833.

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

Color convert

RGB 89 148 121 -
CMYK 0.40 0 0.18 0.42
HSL 152.54º 0.25% 0.46% -
HSV(B) 152.54º 0.4% 0.58% -
XYZ 18.16 24.68 21.9 -
YUV 127.28 124.45 100.7 -
System Red Green Blue C M Y K H S L
Decimal 89 148 121 0.40 0 0.18 0.42 152.54 0.25 0.46
Hex 59 94 79 28 0 12 2A 99 19 2E
Octal 131 224 171 50 0 22 52 231 31 56
Binary 1011001 10010100 1111001 101000 0 10010 101010 10011001 11001 101110

Color Harmonies of #599479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599479

Black with #599479

Text Example


Text Example

White with #599479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599479; }

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

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

background-color css

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

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

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

border-color css

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

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

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