#549381

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

Shades of Patina #549381

Tints of Patina #549381

Color information

#549381 (or 0x549381) is unknown color: approx Patina. HEX triplet: 54, 93 and 81. RGB value is (84,147,129). Sum of RGB (Red+Green+Blue) = 84+147+129=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 147 - color contains mainly: green. Hex color #549381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549381 is #AB6C7E. Grayscale: #7E7E7E. Windows color (decimal): -11234431 or 8491860. OLE color: 8491860.

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

Color convert

RGB84147129-
CMYK0.4300.120.42
HSL162.86º27.27%45.29%-
HSV(B)162.86º42.86%57.65%-
XYZ18.0524.3424.51-
YUV126.11129.6397.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.33%
GREEN value IS 147 (57.81% from 255) = 40.83%
BLUE value IS 129 (50.78% from 255) = 35.83%
R=23.33%
G=40.83%
B=35.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841471290.4300.120.42162.8627.2745.29
Hex5493812B0C2Aa31b2d
Octal12422320153014522433355
Binary10101001001001110000001101011011001010101010001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549381; }

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

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

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

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

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

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

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

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