#548D73

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

Shades of Cutty Sark #548D73

Tints of Cutty Sark #548D73

Color information

#548D73 (or 0x548D73) is unknown color: approx Cutty Sark. HEX triplet: 54, 8D and 73. RGB value is (84,141,115). Sum of RGB (Red+Green+Blue) = 84+141+115=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 141 (55.47% from 255 or 41.47% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 141 - color contains mainly: green. Hex color #548D73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548D73 is #AB728C. Grayscale: #797979. Windows color (decimal): -11235981 or 7572820. OLE color: 7572820.

HSL color Cylindrical-coordinate representation of color #548D73: hue angle of 152.63º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #548D73 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB84141115-
CMYK0.4000.180.45
HSL152.63º25.33%44.12%-
HSV(B)152.63º40.43%55.29%-
XYZ16.2822.1719.64-
YUV120.99124.62101.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.71%
GREEN value IS 141 (55.47% from 255) = 41.47%
BLUE value IS 115 (45.31% from 255) = 33.82%
R=24.71%
G=41.47%
B=33.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841411150.4000.180.45152.6325.3344.12
Hex548D73280122D99192c
Octal12421516350022552313154
Binary10101001000110111100111010000100101011011001100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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