Html Css Color HEX #549879 Patina

📋 copy color: '#549879'

red 84 ◦ green 152 ◦ blue 121

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

Shades of Patina #549879

Tints of Patina #549879

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.58%

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

R = 23.53%
G = 42.58%
B = 33.89%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#549879 (or 0x549879) is known color: Patina. HEX triplet: 54, 98 and 79. RGB value is (84,152,121). Sum of RGB (Red+Green+Blue) = 84+152+121=357 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.53% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 152 - color contains mainly: green. Hex color #549879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549879 is #AB6786. Grayscale: #808080. Windows color (decimal): -11233159 or 7968852. OLE color: 7968852.

HSL color Cylindrical-coordinate representation of color #549879: hue angle of 152.65º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #549879 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 84 152 121 -
CMYK 0.45 0 0.20 0.40
HSL 152.65º 0.29% 0.46% -
HSV(B) 152.65º 0.45% 0.6% -
XYZ 18.34 25.72 22.09 -
YUV 128.13 123.97 96.52 -
System Red Green Blue C M Y K H S L
Decimal 84 152 121 0.45 0 0.20 0.40 152.65 0.29 0.46
Hex 54 98 79 2D 0 14 28 99 1D 2E
Octal 124 230 171 55 0 24 50 231 35 56
Binary 1010100 10011000 1111001 101101 0 10100 101000 10011001 11101 101110

Color Harmonies of #549879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549879

Black with #549879

Text Example


Text Example

White with #549879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549879; }

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

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

background-color css

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

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

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

border-color css

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

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

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