Html Css Color HEX #559479 Patina

📋 copy color: '#559479'

red 85 ◦ green 148 ◦ blue 121

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

Shades of Patina #559479

Tints of Patina #559479

RGB

 RED value IS 85 (33.59% from 255) = 24.01%

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

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

R = 24.01%
G = 41.81%
B = 34.18%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#559479 (or 0x559479) is known color: Patina. HEX triplet: 55, 94 and 79. RGB value is (85,148,121). Sum of RGB (Red+Green+Blue) = 85+148+121=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 148 - color contains mainly: green. Hex color #559479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559479 is #AA6B86. Grayscale: #7E7E7E. Windows color (decimal): -11168647 or 7967829. OLE color: 7967829.

HSL color Cylindrical-coordinate representation of color #559479: hue angle of 154.29º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #559479 is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 148 121 -
CMYK 0.43 0 0.18 0.42
HSL 154.29º 0.27% 0.46% -
HSV(B) 154.29º 0.43% 0.58% -
XYZ 17.79 24.49 21.88 -
YUV 126.09 125.13 98.7 -
System Red Green Blue C M Y K H S L
Decimal 85 148 121 0.43 0 0.18 0.42 154.29 0.27 0.46
Hex 55 94 79 2B 0 12 2A 9A 1B 2E
Octal 125 224 171 53 0 22 52 232 33 56
Binary 1010101 10010100 1111001 101011 0 10010 101010 10011010 11011 101110

Color Harmonies of #559479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559479

Black with #559479

Text Example


Text Example

White with #559479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559479; }

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

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

background-color css

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

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

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

border-color css

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

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

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