Html Css Color HEX #549982 Patina

📋 copy color: '#549982'

red 84 ◦ green 153 ◦ blue 130

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

Shades of Patina #549982

Tints of Patina #549982

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.69%

 BLUE value IS 130 (51.17% from 255) = 35.42%

R = 22.89%
G = 41.69%
B = 35.42%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#549982 (or 0x549982) is known color: Patina. HEX triplet: 54, 99 and 82. RGB value is (84,153,130). Sum of RGB (Red+Green+Blue) = 84+153+130=367 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.89% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 153 - color contains mainly: green. Hex color #549982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549982 is #AB667D. Grayscale: #818181. Windows color (decimal): -11232894 or 8558932. OLE color: 8558932.

HSL color Cylindrical-coordinate representation of color #549982: hue angle of 160º 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 #549982 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB 84 153 130 -
CMYK 0.45 0 0.15 0.4
HSL 160º 0.29% 0.46% -
HSV(B) 160º 0.45% 0.6% -
XYZ 19.08 26.28 25.19 -
YUV 129.75 128.14 95.37 -
System Red Green Blue C M Y K H S L
Decimal 84 153 130 0.45 0 0.15 0.4 160 0.29 0.46
Hex 54 99 82 2D 0 F 28 A0 1D 2E
Octal 124 231 202 55 0 17 50 240 35 56
Binary 1010100 10011001 10000010 101101 0 1111 101000 10100000 11101 101110

Color Harmonies of #549982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549982

Black with #549982

Text Example


Text Example

White with #549982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549982; }

 p { color: rgb(84,153,130); }

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

background-color css

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

 a { background-color: rgb(84,153,130); }

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

border-color css

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

 span { border-color: rgb(84,153,130); }

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