#548471

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

Shades of Cutty Sark #548471

Tints of Cutty Sark #548471

Color information

#548471 (or 0x548471) is unknown color: approx Cutty Sark. HEX triplet: 54, 84 and 71. RGB value is (84,132,113). Sum of RGB (Red+Green+Blue) = 84+132+113=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 132 - color contains mainly: green. Hex color #548471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548471 is #AB7B8E. Grayscale: #737373. Windows color (decimal): -11238287 or 7439444. OLE color: 7439444.

HSL color Cylindrical-coordinate representation of color #548471: hue angle of 156.25º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #548471 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB84132113-
CMYK0.3600.140.48
HSL156.25º22.22%42.35%-
HSV(B)156.25º36.36%51.76%-
XYZ14.8919.5818.62-
YUV115.48126.6105.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.53%
GREEN value IS 132 (51.95% from 255) = 40.12%
BLUE value IS 113 (44.53% from 255) = 34.35%
R=25.53%
G=40.12%
B=34.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal841321130.3600.140.48156.2522.2242.35
Hex548471240E309c162a
Octal12420416144016602342652
Binary1010100100001001110001100100011101100001001110010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548471; }

 p { color: rgb(84,132,113); }

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

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

 a { background-color: rgb(84,132,113); }

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

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

 span { border-color: rgb(84,132,113); }

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