#549275

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

Shades of Cutty Sark #549275

Tints of Cutty Sark #549275

Color information

#549275 (or 0x549275) is unknown color: approx Cutty Sark. HEX triplet: 54, 92 and 75. RGB value is (84,146,117). Sum of RGB (Red+Green+Blue) = 84+146+117=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 146 - color contains mainly: green. Hex color #549275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549275 is #AB6D8A. Grayscale: #7C7C7C. Windows color (decimal): -11234699 or 7705172. OLE color: 7705172.

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

Color convert

RGB84146117-
CMYK0.4200.200.43
HSL151.94º26.96%45.1%-
HSV(B)151.94º42.47%57.25%-
XYZ17.1523.7320.51-
YUV124.16123.9699.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.21%
GREEN value IS 146 (57.42% from 255) = 42.07%
BLUE value IS 117 (46.09% from 255) = 33.72%
R=24.21%
G=42.07%
B=33.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841461170.4200.200.43151.9426.9645.1
Hex5492752A0142B981b2d
Octal12422216552024532303355
Binary10101001001001011101011010100101001010111001100011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549275; }

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

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

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

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

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

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

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

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