#549277

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

Shades of Cutty Sark #549277

Tints of Cutty Sark #549277

Color information

#549277 (or 0x549277) is unknown color: approx Cutty Sark. HEX triplet: 54, 92 and 77. RGB value is (84,146,119). Sum of RGB (Red+Green+Blue) = 84+146+119=349 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.07% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 146 - color contains mainly: green. Hex color #549277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549277 is #AB6D88. Grayscale: #7C7C7C. Windows color (decimal): -11234697 or 7836244. OLE color: 7836244.

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

Color convert

RGB84146119-
CMYK0.4200.180.43
HSL153.87º26.96%45.1%-
HSV(B)153.87º42.47%57.25%-
XYZ17.2623.7721.13-
YUV124.38124.9699.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.07%
GREEN value IS 146 (57.42% from 255) = 41.83%
BLUE value IS 119 (46.88% from 255) = 34.10%
R=24.07%
G=41.83%
B=34.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841461190.4200.180.43153.8726.9645.1
Hex5492772A0122B9a1b2d
Octal12422216752022532323355
Binary10101001001001011101111010100100101010111001101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549277; }

 p { color: rgb(84,146,119); }

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

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

 a { background-color: rgb(84,146,119); }

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

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

 span { border-color: rgb(84,146,119); }

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