Html Css Color HEX #549681 Patina

📋 copy color: '#549681'

red 84 ◦ green 150 ◦ blue 129

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

Shades of Patina #549681

Tints of Patina #549681

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.32%

 BLUE value IS 129 (50.78% from 255) = 35.54%

R = 23.14%
G = 41.32%
B = 35.54%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#549681 (or 0x549681) is known color: Patina. HEX triplet: 54, 96 and 81. RGB value is (84,150,129). Sum of RGB (Red+Green+Blue) = 84+150+129=363 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.14% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 150 - color contains mainly: green. Hex color #549681 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549681 is #AB697E. Grayscale: #7F7F7F. Windows color (decimal): -11233663 or 8492628. OLE color: 8492628.

HSL color Cylindrical-coordinate representation of color #549681: hue angle of 160.91º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #549681 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 84 150 129 -
CMYK 0.44 0 0.14 0.41
HSL 160.91º 0.28% 0.46% -
HSV(B) 160.91º 0.44% 0.59% -
XYZ 18.52 25.28 24.67 -
YUV 127.87 128.63 96.71 -
System Red Green Blue C M Y K H S L
Decimal 84 150 129 0.44 0 0.14 0.41 160.91 0.28 0.46
Hex 54 96 81 2C 0 E 29 A1 1C 2E
Octal 124 226 201 54 0 16 51 241 34 56
Binary 1010100 10010110 10000001 101100 0 1110 101001 10100001 11100 101110

Color Harmonies of #549681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549681

Black with #549681

Text Example


Text Example

White with #549681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549681; }

 p { color: rgb(84,150,129); }

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

background-color css

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

 a { background-color: rgb(84,150,129); }

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

border-color css

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

 span { border-color: rgb(84,150,129); }

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