Html Css Color HEX #549D80 Patina

📋 copy color: '#549D80'

red 84 ◦ green 157 ◦ blue 128

#549D80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #549D80

Tints of Patina #549D80

RGB

 RED value IS 84 (33.2% from 255) = 22.76%

 GREEN value IS 157 (61.72% from 255) = 42.55%

 BLUE value IS 128 (50.39% from 255) = 34.69%

R = 22.76%
G = 42.55%
B = 34.69%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#549D80 (or 0x549D80) is known color: Patina. HEX triplet: 54, 9D and 80. RGB value is (84,157,128). Sum of RGB (Red+Green+Blue) = 84+157+128=369 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.76% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 157 - color contains mainly: green. Hex color #549D80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549D80 is #AB627F. Grayscale: #838383. Windows color (decimal): -11231872 or 8428884. OLE color: 8428884.

HSL color Cylindrical-coordinate representation of color #549D80: hue angle of 156.16º 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 #549D80 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB 84 157 128 -
CMYK 0.46 0 0.18 0.38
HSL 156.16º 0.3% 0.47% -
HSV(B) 156.16º 0.46% 0.62% -
XYZ 19.61 27.56 24.71 -
YUV 131.87 125.82 93.86 -
System Red Green Blue C M Y K H S L
Decimal 84 157 128 0.46 0 0.18 0.38 156.16 0.3 0.47
Hex 54 9D 80 2E 0 12 26 9C 1E 2F
Octal 124 235 200 56 0 22 46 234 36 57
Binary 1010100 10011101 10000000 101110 0 10010 100110 10011100 11110 101111

Color Harmonies of #549D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549D80

Black with #549D80

Text Example


Text Example

White with #549D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #549D80;
 }
 .AnyTagClassName
 {
   color: #549D80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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