#549476

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

Shades of Cutty Sark #549476

Tints of Cutty Sark #549476

Color information

#549476 (or 0x549476) is unknown color: approx Cutty Sark. HEX triplet: 54, 94 and 76. RGB value is (84,148,118). Sum of RGB (Red+Green+Blue) = 84+148+118=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 148 - color contains mainly: green. Hex color #549476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549476 is #AB6B89. Grayscale: #7D7D7D. Windows color (decimal): -11234186 or 7771220. OLE color: 7771220.

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

Color convert

RGB84148118-
CMYK0.4300.200.42
HSL151.88º27.59%45.49%-
HSV(B)151.88º43.24%58.04%-
XYZ17.5224.3720.92-
YUV125.44123.898.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24%
GREEN value IS 148 (58.20% from 255) = 42.29%
BLUE value IS 118 (46.48% from 255) = 33.71%
R=24%
G=42.29%
B=33.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841481180.4300.200.42151.8827.5945.49
Hex5494762B0142A981c2d
Octal12422416653024522303455
Binary10101001001010011101101010110101001010101001100011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549476; }

 p { color: rgb(84,148,118); }

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

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

 a { background-color: rgb(84,148,118); }

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

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

 span { border-color: rgb(84,148,118); }

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