#548A71

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

Shades of Cutty Sark #548A71

Tints of Cutty Sark #548A71

Color information

#548A71 (or 0x548A71) is unknown color: approx Cutty Sark. HEX triplet: 54, 8A and 71. RGB value is (84,138,113). Sum of RGB (Red+Green+Blue) = 84+138+113=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 138 (54.30% from 255 or 41.19% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 138 - color contains mainly: green. Hex color #548A71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548A71 is #AB758E. Grayscale: #777777. Windows color (decimal): -11236751 or 7440980. OLE color: 7440980.

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

Color convert

RGB84138113-
CMYK0.3900.180.46
HSL152.22º24.32%43.53%-
HSV(B)152.22º39.13%54.12%-
XYZ15.7321.2518.9-
YUV119124.61103.03-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.07%
GREEN value IS 138 (54.30% from 255) = 41.19%
BLUE value IS 113 (44.53% from 255) = 33.73%
R=25.07%
G=41.19%
B=33.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal841381130.3900.180.46152.2224.3243.53
Hex548A71270122E98182c
Octal12421216147022562303054
Binary10101001000101011100011001110100101011101001100011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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