#549779

Color #549779 Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #549779

Tints of Patina #549779

Color information

#549779 (or 0x549779) is unknown color: approx Patina. HEX triplet: 54, 97 and 79. RGB value is (84,151,121). Sum of RGB (Red+Green+Blue) = 84+151+121=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 151 - color contains mainly: green. Hex color #549779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549779 is #AB6886. Grayscale: #7F7F7F. Windows color (decimal): -11233415 or 7968596. OLE color: 7968596.

HSL color Cylindrical-coordinate representation of color #549779: hue angle of 153.13º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #549779 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB84151121-
CMYK0.4400.200.41
HSL153.13º28.51%46.08%-
HSV(B)153.13º44.37%59.22%-
XYZ18.1725.422.03-
YUV127.55124.396.94-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.60%
GREEN value IS 151 (59.38% from 255) = 42.42%
BLUE value IS 121 (47.66% from 255) = 33.99%
R=23.60%
G=42.42%
B=33.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal841511210.4400.200.41153.1328.5146.08
Hex5497792C01429991d2e
Octal12422717154024512313556
Binary10101001001011111110011011000101001010011001100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549779; }

 p { color: rgb(84,151,121); }

 H1.HeaderClassName
 {
   color: #549779;
 }
 .AnyTagClassName
 {
   color: #549779;
 }
</style>
background-color css

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

 a { background-color: rgb(84,151,121); }

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

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

 span { border-color: rgb(84,151,121); }

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