#548A76

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

Shades of Cutty Sark #548A76

Tints of Cutty Sark #548A76

Color information

#548A76 (or 0x548A76) is unknown color: approx Cutty Sark. HEX triplet: 54, 8A and 76. RGB value is (84,138,118). Sum of RGB (Red+Green+Blue) = 84+138+118=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 138 (54.30% from 255 or 40.59% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 138 - color contains mainly: green. Hex color #548A76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548A76 is #AB7589. Grayscale: #777777. Windows color (decimal): -11236746 or 7768660. OLE color: 7768660.

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

Color convert

RGB84138118-
CMYK0.3900.140.46
HSL157.78º24.32%43.53%-
HSV(B)157.78º39.13%54.12%-
XYZ16.0121.3720.42-
YUV119.57127.11102.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.71%
GREEN value IS 138 (54.30% from 255) = 40.59%
BLUE value IS 118 (46.48% from 255) = 34.71%
R=24.71%
G=40.59%
B=34.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal841381180.3900.140.46157.7824.3243.53
Hex548A76270E2E9e182c
Octal12421216647016562363054
Binary1010100100010101110110100111011101011101001111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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