#549171

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

Shades of Cutty Sark #549171

Tints of Cutty Sark #549171

Color information

#549171 (or 0x549171) is unknown color: approx Cutty Sark. HEX triplet: 54, 91 and 71. RGB value is (84,145,113). Sum of RGB (Red+Green+Blue) = 84+145+113=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 145 - color contains mainly: green. Hex color #549171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549171 is #AB6E8E. Grayscale: #7B7B7B. Windows color (decimal): -11234959 or 7442772. OLE color: 7442772.

HSL color Cylindrical-coordinate representation of color #549171: hue angle of 148.52º 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 #549171 is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB84145113-
CMYK0.4200.220.43
HSL148.52º26.64%44.9%-
HSV(B)148.52º42.07%56.86%-
XYZ16.7623.3319.24-
YUV123.11122.29100.1-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.56%
GREEN value IS 145 (57.03% from 255) = 42.40%
BLUE value IS 113 (44.53% from 255) = 33.04%
R=24.56%
G=42.40%
B=33.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841451130.4200.220.43148.5226.6444.9
Hex5491712A0162B951b2d
Octal12422116152026532253355
Binary10101001001000111100011010100101101010111001010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549171; }

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

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

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

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

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

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

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

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