#549881

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

Shades of Patina #549881

Tints of Patina #549881

Color information

#549881 (or 0x549881) is unknown color: approx Patina. HEX triplet: 54, 98 and 81. RGB value is (84,152,129). Sum of RGB (Red+Green+Blue) = 84+152+129=365 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.01% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 152 - color contains mainly: green. Hex color #549881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549881 is #AB677E. Grayscale: #818181. Windows color (decimal): -11233151 or 8493140. OLE color: 8493140.

HSL color Cylindrical-coordinate representation of color #549881: hue angle of 159.71º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #549881 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB84152129-
CMYK0.4500.150.40
HSL159.71º28.81%46.27%-
HSV(B)159.71º44.74%59.61%-
XYZ18.8525.9324.78-
YUV129.05127.9795.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.01%
GREEN value IS 152 (59.77% from 255) = 41.64%
BLUE value IS 129 (50.78% from 255) = 35.34%
R=23.01%
G=41.64%
B=35.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal841521290.4500.150.40159.7128.8146.27
Hex5498812D0F28a01d2e
Octal12423020155017502403556
Binary10101001001100010000001101101011111010001010000011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549881; }

 p { color: rgb(84,152,129); }

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

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

 a { background-color: rgb(84,152,129); }

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

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

 span { border-color: rgb(84,152,129); }

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