#548D79

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

Shades of Cutty Sark #548D79

Tints of Cutty Sark #548D79

Color information

#548D79 (or 0x548D79) is unknown color: approx Cutty Sark. HEX triplet: 54, 8D and 79. RGB value is (84,141,121). Sum of RGB (Red+Green+Blue) = 84+141+121=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 141 - color contains mainly: green. Hex color #548D79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548D79 is #AB7286. Grayscale: #797979. Windows color (decimal): -11235975 or 7966036. OLE color: 7966036.

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

Color convert

RGB84141121-
CMYK0.4000.140.45
HSL158.95º25.33%44.12%-
HSV(B)158.95º40.43%55.29%-
XYZ16.6322.3221.52-
YUV121.68127.62101.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.28%
GREEN value IS 141 (55.47% from 255) = 40.75%
BLUE value IS 121 (47.66% from 255) = 34.97%
R=24.28%
G=40.75%
B=34.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841411210.4000.140.45158.9525.3344.12
Hex548D79280E2D9f192c
Octal12421517150016552373154
Binary1010100100011011111001101000011101011011001111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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