#548C78

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

Shades of Cutty Sark #548C78

Tints of Cutty Sark #548C78

Color information

#548C78 (or 0x548C78) is unknown color: approx Cutty Sark. HEX triplet: 54, 8C and 78. RGB value is (84,140,120). Sum of RGB (Red+Green+Blue) = 84+140+120=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 140 (55.08% from 255 or 40.70% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 140 - color contains mainly: green. Hex color #548C78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548C78 is #AB7387. Grayscale: #797979. Windows color (decimal): -11236232 or 7900244. OLE color: 7900244.

HSL color Cylindrical-coordinate representation of color #548C78: hue angle of 158.57º 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 #548C78 is Cyan = 0.4, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB84140120-
CMYK0.400.140.45
HSL158.57º25%43.92%-
HSV(B)158.57º40%54.9%-
XYZ16.422221.15-
YUV120.98127.45101.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.42%
GREEN value IS 140 (55.08% from 255) = 40.70%
BLUE value IS 120 (47.27% from 255) = 34.88%
R=24.42%
G=40.70%
B=34.88%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841401200.400.140.45158.572543.92
Hex548C78280E2D9f192c
Octal12421417050016552373154
Binary1010100100011001111000101000011101011011001111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,140,120); }

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

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

 a { background-color: rgb(84,140,120); }

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

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

 span { border-color: rgb(84,140,120); }

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