Html Css Color HEX #559478 Patina

📋 copy color: '#559478'

red 85 ◦ green 148 ◦ blue 120

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

Shades of Patina #559478

Tints of Patina #559478

RGB

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

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

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

R = 24.08%
G = 41.93%
B = 33.99%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#559478 (or 0x559478) is known color: Patina. HEX triplet: 55, 94 and 78. RGB value is (85,148,120). Sum of RGB (Red+Green+Blue) = 85+148+120=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 148 - color contains mainly: green. Hex color #559478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559478 is #AA6B87. Grayscale: #7E7E7E. Windows color (decimal): -11168648 or 7902293. OLE color: 7902293.

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

Color convert

RGB 85 148 120 -
CMYK 0.43 0 0.19 0.42
HSL 153.33º 0.27% 0.46% -
HSV(B) 153.33º 0.43% 0.58% -
XYZ 17.73 24.47 21.56 -
YUV 125.97 124.63 98.78 -
System Red Green Blue C M Y K H S L
Decimal 85 148 120 0.43 0 0.19 0.42 153.33 0.27 0.46
Hex 55 94 78 2B 0 13 2A 99 1B 2E
Octal 125 224 170 53 0 23 52 231 33 56
Binary 1010101 10010100 1111000 101011 0 10011 101010 10011001 11011 101110

Color Harmonies of #559478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559478

Black with #559478

Text Example


Text Example

White with #559478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559478; }

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

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

background-color css

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

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

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

border-color css

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

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

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