Shades of Cutty Sark #548D71
Tints of Cutty Sark #548D71
RGB
CMYK
RGB Variations
Color information
#548D71 (or 0x548D71) is known color: Cutty Sark. HEX triplet: 54, 8D and 71. RGB value is (84,141,113). Sum of RGB (Red+Green+Blue) = 84+141+113=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 141 (55.47% from 255 or 41.72% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 141 - color contains mainly: green. Hex color #548D71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548D71 is #AB728E. Grayscale: #787878. Windows color (decimal): -11235983 or 7441748. OLE color: 7441748.
HSL color Cylindrical-coordinate representation of color #548D71: hue angle of 150.53º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #548D71 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 141 | 113 | - |
| CMYK | 0.40 | 0 | 0.20 | 0.45 |
| HSL | 150.53º | 0.25% | 0.44% | - |
| HSV(B) | 150.53º | 0.4% | 0.55% | - |
| XYZ | 16.16 | 22.13 | 19.04 | - |
| YUV | 120.77 | 123.62 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 141 | 113 | 0.40 | 0 | 0.20 | 0.45 | 150.53 | 0.25 | 0.44 |
| Hex | 54 | 8D | 71 | 28 | 0 | 14 | 2D | 97 | 19 | 2C |
| Octal | 124 | 215 | 161 | 50 | 0 | 24 | 55 | 227 | 31 | 54 |
| Binary | 1010100 | 10001101 | 1110001 | 101000 | 0 | 10100 | 101101 | 10010111 | 11001 | 101100 |
Color Harmonies of #548D71
Complementary color
Monochromatic Colors of #548D71
Black with #548D71
Text Example
Text Example
White with #548D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548D71; }
p { color: rgb(84,141,113); }
H1.HeaderClassName
{
color: #548D71;
}
.AnyTagClassName
{
color: #548D71;
}
</style>
background-color css
<style>
a { background-color: #548D71; }
a { background-color: rgb(84,141,113); }
div.DivClassName
{
background-color: #548D71;
}
.BgClassName
{
background-color: #548D71;
}
</style>
border-color css
<style>
span { border-color: #548D71; }
span { border-color: rgb(84,141,113); }
td.TdClassName
{
border-color: #548D71;
}
.TagClassName
{
border-color: #548D71;
}
</style>