#548276

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

Shades of Cutty Sark #548276

Tints of Cutty Sark #548276

Color information

#548276 (or 0x548276) is unknown color: approx Cutty Sark. HEX triplet: 54, 82 and 76. RGB value is (84,130,118). Sum of RGB (Red+Green+Blue) = 84+130+118=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 130 - color contains mainly: green. Hex color #548276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548276 is #AB7D89. Grayscale: #727272. Windows color (decimal): -11238794 or 7766612. OLE color: 7766612.

HSL color Cylindrical-coordinate representation of color #548276: hue angle of 164.35º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #548276 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB84130118-
CMYK0.3500.090.49
HSL164.35º21.5%41.96%-
HSV(B)164.35º35.38%50.98%-
XYZ14.9119.1620.05-
YUV114.88129.76105.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.30%
GREEN value IS 130 (51.17% from 255) = 39.16%
BLUE value IS 118 (46.48% from 255) = 35.54%
R=25.30%
G=39.16%
B=35.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal841301180.3500.090.49164.3521.541.96
Hex548276230931a4152a
Octal12420216643011612442552
Binary1010100100000101110110100011010011100011010010010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548276; }

 p { color: rgb(84,130,118); }

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

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

 a { background-color: rgb(84,130,118); }

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

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

 span { border-color: rgb(84,130,118); }

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