#549681

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

Shades of Patina #549681

Tints of Patina #549681

Color information

#549681 (or 0x549681) is unknown color: approx Patina. HEX triplet: 54, 96 and 81. RGB value is (84,150,129). Sum of RGB (Red+Green+Blue) = 84+150+129=363 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.14% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 150 - color contains mainly: green. Hex color #549681 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549681 is #AB697E. Grayscale: #7F7F7F. Windows color (decimal): -11233663 or 8492628. OLE color: 8492628.

HSL color Cylindrical-coordinate representation of color #549681: hue angle of 160.91º degrees, saturation: 0.28, 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 #549681 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB84150129-
CMYK0.4400.140.41
HSL160.91º28.21%45.88%-
HSV(B)160.91º44%58.82%-
XYZ18.5225.2824.67-
YUV127.87128.6396.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.14%
GREEN value IS 150 (58.98% from 255) = 41.32%
BLUE value IS 129 (50.78% from 255) = 35.54%
R=23.14%
G=41.32%
B=35.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal841501290.4400.140.41160.9128.2145.88
Hex5496812C0E29a11c2e
Octal12422620154016512413456
Binary10101001001011010000001101100011101010011010000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549681; }

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

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

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

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

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

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

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

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