#549176

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

Shades of Cutty Sark #549176

Tints of Cutty Sark #549176

Color information

#549176 (or 0x549176) is unknown color: approx Cutty Sark. HEX triplet: 54, 91 and 76. RGB value is (84,145,118). Sum of RGB (Red+Green+Blue) = 84+145+118=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 145 - color contains mainly: green. Hex color #549176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549176 is #AB6E89. Grayscale: #7B7B7B. Windows color (decimal): -11234954 or 7770452. OLE color: 7770452.

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

Color convert

RGB84145118-
CMYK0.4200.190.43
HSL153.44º26.64%44.9%-
HSV(B)153.44º42.07%56.86%-
XYZ17.0523.4420.77-
YUV123.68124.7999.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.21%
GREEN value IS 145 (57.03% from 255) = 41.79%
BLUE value IS 118 (46.48% from 255) = 34.01%
R=24.21%
G=41.79%
B=34.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841451180.4200.190.43153.4426.6444.9
Hex5491762A0132B991b2d
Octal12422116652023532313355
Binary10101001001000111101101010100100111010111001100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549176; }

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

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

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

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

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

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

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

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