Shades of Cutty Sark #4E856D
Tints of Cutty Sark #4E856D
RGB
CMYK
RGB Variations
Color information
#4E856D (or 0x4E856D) is known color: Cutty Sark. HEX triplet: 4E, 85 and 6D. RGB value is (78,133,109). Sum of RGB (Red+Green+Blue) = 78+133+109=320 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.38% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 133 - color contains mainly: green. Hex color #4E856D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E856D is #B17A92. Grayscale: #717171. Windows color (decimal): -11631251 or 7177550. OLE color: 7177550.
HSL color Cylindrical-coordinate representation of color #4E856D: hue angle of 153.82º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E856D is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 78 | 133 | 109 | - |
| CMYK | 0.41 | 0 | 0.18 | 0.48 |
| HSL | 153.82º | 0.26% | 0.41% | - |
| HSV(B) | 153.82º | 0.41% | 0.52% | - |
| XYZ | 14.29 | 19.5 | 17.48 | - |
| YUV | 113.82 | 125.28 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 133 | 109 | 0.41 | 0 | 0.18 | 0.48 | 153.82 | 0.26 | 0.41 |
| Hex | 4E | 85 | 6D | 29 | 0 | 12 | 30 | 9A | 1A | 29 |
| Octal | 116 | 205 | 155 | 51 | 0 | 22 | 60 | 232 | 32 | 51 |
| Binary | 1001110 | 10000101 | 1101101 | 101001 | 0 | 10010 | 110000 | 10011010 | 11010 | 101001 |
Color Harmonies of #4E856D
Complementary color
Monochromatic Colors of #4E856D
Black with #4E856D
Text Example
Text Example
White with #4E856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E856D; }
p { color: rgb(78,133,109); }
H1.HeaderClassName
{
color: #4E856D;
}
.AnyTagClassName
{
color: #4E856D;
}
</style>
background-color css
<style>
a { background-color: #4E856D; }
a { background-color: rgb(78,133,109); }
div.DivClassName
{
background-color: #4E856D;
}
.BgClassName
{
background-color: #4E856D;
}
</style>
border-color css
<style>
span { border-color: #4E856D; }
span { border-color: rgb(78,133,109); }
td.TdClassName
{
border-color: #4E856D;
}
.TagClassName
{
border-color: #4E856D;
}
</style>