#548A73

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

Shades of Cutty Sark #548A73

Tints of Cutty Sark #548A73

Color information

#548A73 (or 0x548A73) is unknown color: approx Cutty Sark. HEX triplet: 54, 8A and 73. RGB value is (84,138,115). Sum of RGB (Red+Green+Blue) = 84+138+115=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 138 - color contains mainly: green. Hex color #548A73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548A73 is #AB758C. Grayscale: #777777. Windows color (decimal): -11236749 or 7572052. OLE color: 7572052.

HSL color Cylindrical-coordinate representation of color #548A73: hue angle of 154.44º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #548A73 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB84138115-
CMYK0.3900.170.46
HSL154.44º24.32%43.53%-
HSV(B)154.44º39.13%54.12%-
XYZ15.8421.319.5-
YUV119.23125.61102.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.93%
GREEN value IS 138 (54.30% from 255) = 40.95%
BLUE value IS 115 (45.31% from 255) = 34.12%
R=24.93%
G=40.95%
B=34.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal841381150.3900.170.46154.4424.3243.53
Hex548A73270112E9a182c
Octal12421216347021562323054
Binary10101001000101011100111001110100011011101001101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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