Html Css Color HEX #549481 Patina

📋 copy color: '#549481'

red 84 ◦ green 148 ◦ blue 129

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

Shades of Patina #549481

Tints of Patina #549481

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41%

 BLUE value IS 129 (50.78% from 255) = 35.73%

R = 23.27%
G = 41%
B = 35.73%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#549481 (or 0x549481) is known color: Patina. HEX triplet: 54, 94 and 81. RGB value is (84,148,129). Sum of RGB (Red+Green+Blue) = 84+148+129=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 148 - color contains mainly: green. Hex color #549481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549481 is #AB6B7E. Grayscale: #7E7E7E. Windows color (decimal): -11234175 or 8492116. OLE color: 8492116.

HSL color Cylindrical-coordinate representation of color #549481: hue angle of 162.19º degrees, saturation: 0.28, 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 #549481 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 148 129 -
CMYK 0.43 0 0.13 0.42
HSL 162.19º 0.28% 0.45% -
HSV(B) 162.19º 0.43% 0.58% -
XYZ 18.21 24.65 24.57 -
YUV 126.7 129.3 97.54 -
System Red Green Blue C M Y K H S L
Decimal 84 148 129 0.43 0 0.13 0.42 162.19 0.28 0.45
Hex 54 94 81 2B 0 D 2A A2 1C 2D
Octal 124 224 201 53 0 15 52 242 34 55
Binary 1010100 10010100 10000001 101011 0 1101 101010 10100010 11100 101101

Color Harmonies of #549481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549481

Black with #549481

Text Example


Text Example

White with #549481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549481; }

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

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

background-color css

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

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

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

border-color css

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

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

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