#548672

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

Shades of Cutty Sark #548672

Tints of Cutty Sark #548672

Color information

#548672 (or 0x548672) is unknown color: approx Cutty Sark. HEX triplet: 54, 86 and 72. RGB value is (84,134,114). Sum of RGB (Red+Green+Blue) = 84+134+114=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 134 - color contains mainly: green. Hex color #548672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548672 is #AB798D. Grayscale: #747474. Windows color (decimal): -11237774 or 7505492. OLE color: 7505492.

HSL color Cylindrical-coordinate representation of color #548672: hue angle of 156º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #548672 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB84134114-
CMYK0.3700.150.47
HSL156º22.94%42.75%-
HSV(B)156º37.31%52.55%-
XYZ15.2220.1519.01-
YUV116.77126.44104.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.30%
GREEN value IS 134 (52.73% from 255) = 40.36%
BLUE value IS 114 (44.92% from 255) = 34.34%
R=25.30%
G=40.36%
B=34.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841341140.3700.150.4715622.9442.75
Hex548672250F2F9c172b
Octal12420616245017572342753
Binary1010100100001101110010100101011111011111001110010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548672; }

 p { color: rgb(84,134,114); }

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

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

 a { background-color: rgb(84,134,114); }

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

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

 span { border-color: rgb(84,134,114); }

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