#549A7B

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

Shades of Patina #549A7B

Tints of Patina #549A7B

Color information

#549A7B (or 0x549A7B) is unknown color: approx Patina. HEX triplet: 54, 9A and 7B. RGB value is (84,154,123). Sum of RGB (Red+Green+Blue) = 84+154+123=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 154 - color contains mainly: green. Hex color #549A7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549A7B is #AB6584. Grayscale: #818181. Windows color (decimal): -11232645 or 8100436. OLE color: 8100436.

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

Color convert

RGB84154123-
CMYK0.4500.200.40
HSL153.43º29.41%46.67%-
HSV(B)153.43º45.45%60.39%-
XYZ18.7926.4322.85-
YUV129.54124.3195.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.27%
GREEN value IS 154 (60.55% from 255) = 42.66%
BLUE value IS 123 (48.44% from 255) = 34.07%
R=23.27%
G=42.66%
B=34.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal841541230.4500.200.40153.4329.4146.67
Hex549A7B2D01428991d2f
Octal12423217355024502313557
Binary10101001001101011110111011010101001010001001100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549A7B; }

 p { color: rgb(84,154,123); }

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

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

 a { background-color: rgb(84,154,123); }

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

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

 span { border-color: rgb(84,154,123); }

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