Shades of Cutty Sark #4E8B72
Tints of Cutty Sark #4E8B72
RGB
CMYK
RGB Variations
Color information
#4E8B72 (or 0x4E8B72) is known color: Cutty Sark. HEX triplet: 4E, 8B and 72. RGB value is (78,139,114). Sum of RGB (Red+Green+Blue) = 78+139+114=331 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.56% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 139 - color contains mainly: green. Hex color #4E8B72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8B72 is #B1748D. Grayscale: #757575. Windows color (decimal): -11629710 or 7506766. OLE color: 7506766.
HSL color Cylindrical-coordinate representation of color #4E8B72: hue angle of 155.41º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4E8B72 is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 78 | 139 | 114 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.45 |
| HSL | 155.41º | 0.28% | 0.43% | - |
| HSV(B) | 155.41º | 0.44% | 0.55% | - |
| XYZ | 15.41 | 21.3 | 19.22 | - |
| YUV | 117.91 | 125.79 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 139 | 114 | 0.44 | 0 | 0.18 | 0.45 | 155.41 | 0.28 | 0.43 |
| Hex | 4E | 8B | 72 | 2C | 0 | 12 | 2D | 9B | 1C | 2B |
| Octal | 116 | 213 | 162 | 54 | 0 | 22 | 55 | 233 | 34 | 53 |
| Binary | 1001110 | 10001011 | 1110010 | 101100 | 0 | 10010 | 101101 | 10011011 | 11100 | 101011 |
Color Harmonies of #4E8B72
Complementary color
Monochromatic Colors of #4E8B72
Black with #4E8B72
Text Example
Text Example
White with #4E8B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8B72; }
p { color: rgb(78,139,114); }
H1.HeaderClassName
{
color: #4E8B72;
}
.AnyTagClassName
{
color: #4E8B72;
}
</style>
background-color css
<style>
a { background-color: #4E8B72; }
a { background-color: rgb(78,139,114); }
div.DivClassName
{
background-color: #4E8B72;
}
.BgClassName
{
background-color: #4E8B72;
}
</style>
border-color css
<style>
span { border-color: #4E8B72; }
span { border-color: rgb(78,139,114); }
td.TdClassName
{
border-color: #4E8B72;
}
.TagClassName
{
border-color: #4E8B72;
}
</style>