Html Css Color HEX #559379 Patina

📋 copy color: '#559379'

red 85 ◦ green 147 ◦ blue 121

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

Shades of Patina #559379

Tints of Patina #559379

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.64%

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

R = 24.08%
G = 41.64%
B = 34.28%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#559379 (or 0x559379) is known color: Patina. HEX triplet: 55, 93 and 79. RGB value is (85,147,121). Sum of RGB (Red+Green+Blue) = 85+147+121=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 147 - color contains mainly: green. Hex color #559379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559379 is #AA6C86. Grayscale: #7D7D7D. Windows color (decimal): -11168903 or 7967573. OLE color: 7967573.

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

Color convert

RGB 85 147 121 -
CMYK 0.42 0 0.18 0.42
HSL 154.84º 0.27% 0.45% -
HSV(B) 154.84º 0.42% 0.58% -
XYZ 17.63 24.18 21.83 -
YUV 125.5 125.46 99.11 -
System Red Green Blue C M Y K H S L
Decimal 85 147 121 0.42 0 0.18 0.42 154.84 0.27 0.45
Hex 55 93 79 2A 0 12 2A 9B 1B 2D
Octal 125 223 171 52 0 22 52 233 33 55
Binary 1010101 10010011 1111001 101010 0 10010 101010 10011011 11011 101101

Color Harmonies of #559379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559379

Black with #559379

Text Example


Text Example

White with #559379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559379; }

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

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

background-color css

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

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

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

border-color css

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

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

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