#548F73

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

Shades of Cutty Sark #548F73

Tints of Cutty Sark #548F73

Color information

#548F73 (or 0x548F73) is unknown color: approx Cutty Sark. HEX triplet: 54, 8F and 73. RGB value is (84,143,115). Sum of RGB (Red+Green+Blue) = 84+143+115=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 143 (56.25% from 255 or 41.81% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 143 - color contains mainly: green. Hex color #548F73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548F73 is #AB708C. Grayscale: #7A7A7A. Windows color (decimal): -11235469 or 7573332. OLE color: 7573332.

HSL color Cylindrical-coordinate representation of color #548F73: hue angle of 151.53º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #548F73 is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB84143115-
CMYK0.4100.200.44
HSL151.53º25.99%44.51%-
HSV(B)151.53º41.26%56.08%-
XYZ16.5722.7719.74-
YUV122.17123.95100.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.56%
GREEN value IS 143 (56.25% from 255) = 41.81%
BLUE value IS 115 (45.31% from 255) = 33.63%
R=24.56%
G=41.81%
B=33.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal841431150.4100.200.44151.5325.9944.51
Hex548F73290142C981a2d
Octal12421716351024542303255
Binary10101001000111111100111010010101001011001001100011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548F73; }

 p { color: rgb(84,143,115); }

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

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

 a { background-color: rgb(84,143,115); }

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

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

 span { border-color: rgb(84,143,115); }

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