Shades of Cutty Sark #4D8E6D
Tints of Cutty Sark #4D8E6D
RGB
CMYK
RGB Variations
Color information
#4D8E6D (or 0x4D8E6D) is known color: Cutty Sark. HEX triplet: 4D, 8E and 6D. RGB value is (77,142,109). Sum of RGB (Red+Green+Blue) = 77+142+109=328 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.48% from 328); Green value is 142 (55.86% from 255 or 43.29% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 142 - color contains mainly: green. Hex color #4D8E6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8E6D is #B27192. Grayscale: #767676. Windows color (decimal): -11694483 or 7179853. OLE color: 7179853.
HSL color Cylindrical-coordinate representation of color #4D8E6D: hue angle of 149.54º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4D8E6D is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 142 | 109 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.44 |
| HSL | 149.54º | 0.3% | 0.43% | - |
| HSV(B) | 149.54º | 0.46% | 0.56% | - |
| XYZ | 15.49 | 22.03 | 17.9 | - |
| YUV | 118.8 | 122.47 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 142 | 109 | 0.46 | 0 | 0.23 | 0.44 | 149.54 | 0.3 | 0.43 |
| Hex | 4D | 8E | 6D | 2E | 0 | 17 | 2C | 96 | 1E | 2B |
| Octal | 115 | 216 | 155 | 56 | 0 | 27 | 54 | 226 | 36 | 53 |
| Binary | 1001101 | 10001110 | 1101101 | 101110 | 0 | 10111 | 101100 | 10010110 | 11110 | 101011 |
Color Harmonies of #4D8E6D
Complementary color
Monochromatic Colors of #4D8E6D
Black with #4D8E6D
Text Example
Text Example
White with #4D8E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8E6D; }
p { color: rgb(77,142,109); }
H1.HeaderClassName
{
color: #4D8E6D;
}
.AnyTagClassName
{
color: #4D8E6D;
}
</style>
background-color css
<style>
a { background-color: #4D8E6D; }
a { background-color: rgb(77,142,109); }
div.DivClassName
{
background-color: #4D8E6D;
}
.BgClassName
{
background-color: #4D8E6D;
}
</style>
border-color css
<style>
span { border-color: #4D8E6D; }
span { border-color: rgb(77,142,109); }
td.TdClassName
{
border-color: #4D8E6D;
}
.TagClassName
{
border-color: #4D8E6D;
}
</style>