Html Css Color HEX #548D7C Patina

📋 copy color: '#548D7C'

red 84 ◦ green 141 ◦ blue 124

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

Shades of Patina #548D7C

Tints of Patina #548D7C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.4%

 BLUE value IS 124 (48.83% from 255) = 35.53%

R = 24.07%
G = 40.4%
B = 35.53%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#548D7C (or 0x548D7C) is known color: Patina. HEX triplet: 54, 8D and 7C. RGB value is (84,141,124). Sum of RGB (Red+Green+Blue) = 84+141+124=349 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.07% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 141 - color contains mainly: green. Hex color #548D7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548D7C is #AB7283. Grayscale: #7A7A7A. Windows color (decimal): -11235972 or 8162644. OLE color: 8162644.

HSL color Cylindrical-coordinate representation of color #548D7C: hue angle of 162.11º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #548D7C is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 141 124 -
CMYK 0.40 0 0.12 0.45
HSL 162.11º 0.25% 0.44% -
HSV(B) 162.11º 0.4% 0.55% -
XYZ 16.82 22.39 22.5 -
YUV 122.02 129.12 100.88 -
System Red Green Blue C M Y K H S L
Decimal 84 141 124 0.40 0 0.12 0.45 162.11 0.25 0.44
Hex 54 8D 7C 28 0 C 2D A2 19 2C
Octal 124 215 174 50 0 14 55 242 31 54
Binary 1010100 10001101 1111100 101000 0 1100 101101 10100010 11001 101100

Color Harmonies of #548D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548D7C

Black with #548D7C

Text Example


Text Example

White with #548D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548D7C; }

 p { color: rgb(84,141,124); }

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

background-color css

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

 a { background-color: rgb(84,141,124); }

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

border-color css

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

 span { border-color: rgb(84,141,124); }

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