Html Css Color HEX #549478 Patina

📋 copy color: '#549478'

red 84 ◦ green 148 ◦ blue 120

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

Shades of Patina #549478

Tints of Patina #549478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.09%

R = 23.86%
G = 42.05%
B = 34.09%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#549478 (or 0x549478) is known color: Patina. HEX triplet: 54, 94 and 78. RGB value is (84,148,120). Sum of RGB (Red+Green+Blue) = 84+148+120=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 148 - color contains mainly: green. Hex color #549478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549478 is #AB6B87. Grayscale: #7D7D7D. Windows color (decimal): -11234184 or 7902292. OLE color: 7902292.

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

Color convert

RGB 84 148 120 -
CMYK 0.43 0 0.19 0.42
HSL 153.75º 0.28% 0.45% -
HSV(B) 153.75º 0.43% 0.58% -
XYZ 17.64 24.42 21.55 -
YUV 125.67 124.8 98.28 -
System Red Green Blue C M Y K H S L
Decimal 84 148 120 0.43 0 0.19 0.42 153.75 0.28 0.45
Hex 54 94 78 2B 0 13 2A 9A 1C 2D
Octal 124 224 170 53 0 23 52 232 34 55
Binary 1010100 10010100 1111000 101011 0 10011 101010 10011010 11100 101101

Color Harmonies of #549478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549478

Black with #549478

Text Example


Text Example

White with #549478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549478; }

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

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

background-color css

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

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

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

border-color css

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

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

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