#549D7F

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

Shades of Patina #549D7F

Tints of Patina #549D7F

Color information

#549D7F (or 0x549D7F) is unknown color: approx Patina. HEX triplet: 54, 9D and 7F. RGB value is (84,157,127). Sum of RGB (Red+Green+Blue) = 84+157+127=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 157 - color contains mainly: green. Hex color #549D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549D7F is #AB6280. Grayscale: #838383. Windows color (decimal): -11231873 or 8363348. OLE color: 8363348.

HSL color Cylindrical-coordinate representation of color #549D7F: hue angle of 155.34º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #549D7F is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB84157127-
CMYK0.4600.190.38
HSL155.34º30.29%47.25%-
HSV(B)155.34º46.5%61.57%-
XYZ19.5427.5324.36-
YUV131.75125.3293.94-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.83%
GREEN value IS 157 (61.72% from 255) = 42.66%
BLUE value IS 127 (50% from 255) = 34.51%
R=22.83%
G=42.66%
B=34.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841571270.4600.190.38155.3430.2947.25
Hex549D7F2E013269b1e2f
Octal12423517756023462333657
Binary10101001001110111111111011100100111001101001101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,157,127); }

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

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

 a { background-color: rgb(84,157,127); }

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

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

 span { border-color: rgb(84,157,127); }

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