#549280

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

Shades of Patina #549280

Tints of Patina #549280

Color information

#549280 (or 0x549280) is unknown color: approx Patina. HEX triplet: 54, 92 and 80. RGB value is (84,146,128). Sum of RGB (Red+Green+Blue) = 84+146+128=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 146 - color contains mainly: green. Hex color #549280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549280 is #AB6D7F. Grayscale: #7D7D7D. Windows color (decimal): -11234688 or 8426068. OLE color: 8426068.

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

Color convert

RGB84146128-
CMYK0.4200.120.43
HSL162.58º26.96%45.1%-
HSV(B)162.58º42.47%57.25%-
XYZ17.832424.11-
YUV125.41129.4698.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.46%
GREEN value IS 146 (57.42% from 255) = 40.78%
BLUE value IS 128 (50.39% from 255) = 35.75%
R=23.46%
G=40.78%
B=35.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841461280.4200.120.43162.5826.9645.1
Hex5492802A0C2Ba31b2d
Octal12422220052014532433355
Binary10101001001001010000000101010011001010111010001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549280; }

 p { color: rgb(84,146,128); }

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

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

 a { background-color: rgb(84,146,128); }

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

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

 span { border-color: rgb(84,146,128); }

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