Html Css Color HEX #549380 Patina

📋 copy color: '#549380'

red 84 ◦ green 147 ◦ blue 128

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

Shades of Patina #549380

Tints of Patina #549380

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.95%

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

R = 23.4%
G = 40.95%
B = 35.65%

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

#549380 (or 0x549380) is known color: Patina. HEX triplet: 54, 93 and 80. RGB value is (84,147,128). Sum of RGB (Red+Green+Blue) = 84+147+128=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 147 - color contains mainly: green. Hex color #549380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549380 is #AB6C7F. Grayscale: #7E7E7E. Windows color (decimal): -11234432 or 8426324. OLE color: 8426324.

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

Color convert

RGB 84 147 128 -
CMYK 0.43 0 0.13 0.42
HSL 161.9º 0.27% 0.45% -
HSV(B) 161.9º 0.43% 0.58% -
XYZ 17.99 24.31 24.17 -
YUV 126 129.13 98.04 -
System Red Green Blue C M Y K H S L
Decimal 84 147 128 0.43 0 0.13 0.42 161.9 0.27 0.45
Hex 54 93 80 2B 0 D 2A A2 1B 2D
Octal 124 223 200 53 0 15 52 242 33 55
Binary 1010100 10010011 10000000 101011 0 1101 101010 10100010 11011 101101

Color Harmonies of #549380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549380

Black with #549380

Text Example


Text Example

White with #549380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549380; }

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

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

background-color css

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

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

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

border-color css

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

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

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