#549678

Color #549678 Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #549678

Tints of Patina #549678

Color information

#549678 (or 0x549678) is unknown color: approx Patina. HEX triplet: 54, 96 and 78. RGB value is (84,150,120). Sum of RGB (Red+Green+Blue) = 84+150+120=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 150 - color contains mainly: green. Hex color #549678 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549678 is #AB6987. Grayscale: #7E7E7E. Windows color (decimal): -11233672 or 7902804. OLE color: 7902804.

HSL color Cylindrical-coordinate representation of color #549678: hue angle of 152.73º 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 #549678 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB84150120-
CMYK0.4400.200.41
HSL152.73º28.21%45.88%-
HSV(B)152.73º44%58.82%-
XYZ17.9525.0521.66-
YUV126.85124.1397.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.73%
GREEN value IS 150 (58.98% from 255) = 42.37%
BLUE value IS 120 (47.27% from 255) = 33.90%
R=23.73%
G=42.37%
B=33.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal841501200.4400.200.41152.7328.2145.88
Hex5496782C01429991c2e
Octal12422617054024512313456
Binary10101001001011011110001011000101001010011001100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549678; }

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

 H1.HeaderClassName
 {
   color: #549678;
 }
 .AnyTagClassName
 {
   color: #549678;
 }
</style>
background-color css

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

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

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

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

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

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