Html Css Color HEX #549279 Patina

📋 copy color: '#549279'

red 84 ◦ green 146 ◦ blue 121

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

Shades of Patina #549279

Tints of Patina #549279

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.6%

 BLUE value IS 121 (47.66% from 255) = 34.47%

R = 23.93%
G = 41.6%
B = 34.47%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#549279 (or 0x549279) is known color: Patina. HEX triplet: 54, 92 and 79. RGB value is (84,146,121). Sum of RGB (Red+Green+Blue) = 84+146+121=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 146 - color contains mainly: green. Hex color #549279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549279 is #AB6D86. Grayscale: #7C7C7C. Windows color (decimal): -11234695 or 7967316. OLE color: 7967316.

HSL color Cylindrical-coordinate representation of color #549279: hue angle of 155.81º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #549279 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 84 146 121 -
CMYK 0.42 0 0.17 0.43
HSL 155.81º 0.27% 0.45% -
HSV(B) 155.81º 0.42% 0.57% -
XYZ 17.39 23.82 21.77 -
YUV 124.61 125.96 99.03 -
System Red Green Blue C M Y K H S L
Decimal 84 146 121 0.42 0 0.17 0.43 155.81 0.27 0.45
Hex 54 92 79 2A 0 11 2B 9C 1B 2D
Octal 124 222 171 52 0 21 53 234 33 55
Binary 1010100 10010010 1111001 101010 0 10001 101011 10011100 11011 101101

Color Harmonies of #549279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549279

Black with #549279

Text Example


Text Example

White with #549279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549279; }

 p { color: rgb(84,146,121); }

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

background-color css

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

 a { background-color: rgb(84,146,121); }

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

border-color css

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

 span { border-color: rgb(84,146,121); }

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