Shades of Cutty Sark #4D8A6B
Tints of Cutty Sark #4D8A6B
RGB
CMYK
RGB Variations
Color information
#4D8A6B (or 0x4D8A6B) is known color: Cutty Sark. HEX triplet: 4D, 8A and 6B. RGB value is (77,138,107). Sum of RGB (Red+Green+Blue) = 77+138+107=322 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.91% from 322); Green value is 138 (54.30% from 255 or 42.86% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 138 - color contains mainly: green. Hex color #4D8A6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8A6B is #B27594. Grayscale: #747474. Windows color (decimal): -11695509 or 7047757. OLE color: 7047757.
HSL color Cylindrical-coordinate representation of color #4D8A6B: hue angle of 149.51º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D8A6B is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 138 | 107 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.46 |
| HSL | 149.51º | 0.28% | 0.42% | - |
| HSV(B) | 149.51º | 0.44% | 0.54% | - |
| XYZ | 14.8 | 20.82 | 17.15 | - |
| YUV | 116.23 | 122.79 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 138 | 107 | 0.44 | 0 | 0.22 | 0.46 | 149.51 | 0.28 | 0.42 |
| Hex | 4D | 8A | 6B | 2C | 0 | 16 | 2E | 96 | 1C | 2A |
| Octal | 115 | 212 | 153 | 54 | 0 | 26 | 56 | 226 | 34 | 52 |
| Binary | 1001101 | 10001010 | 1101011 | 101100 | 0 | 10110 | 101110 | 10010110 | 11100 | 101010 |
Color Harmonies of #4D8A6B
Complementary color
Monochromatic Colors of #4D8A6B
Black with #4D8A6B
Text Example
Text Example
White with #4D8A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8A6B; }
p { color: rgb(77,138,107); }
H1.HeaderClassName
{
color: #4D8A6B;
}
.AnyTagClassName
{
color: #4D8A6B;
}
</style>
background-color css
<style>
a { background-color: #4D8A6B; }
a { background-color: rgb(77,138,107); }
div.DivClassName
{
background-color: #4D8A6B;
}
.BgClassName
{
background-color: #4D8A6B;
}
</style>
border-color css
<style>
span { border-color: #4D8A6B; }
span { border-color: rgb(77,138,107); }
td.TdClassName
{
border-color: #4D8A6B;
}
.TagClassName
{
border-color: #4D8A6B;
}
</style>