Shades of Cutty Sark #4D9172
Tints of Cutty Sark #4D9172
RGB
CMYK
RGB Variations
Color information
#4D9172 (or 0x4D9172) is known color: Cutty Sark. HEX triplet: 4D, 91 and 72. RGB value is (77,145,114). Sum of RGB (Red+Green+Blue) = 77+145+114=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 145 - color contains mainly: green. Hex color #4D9172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9172 is #B26E8D. Grayscale: #797979. Windows color (decimal): -11693710 or 7508301. OLE color: 7508301.
HSL color Cylindrical-coordinate representation of color #4D9172: hue angle of 152.65º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D9172 is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 145 | 114 | - |
| CMYK | 0.47 | 0 | 0.21 | 0.43 |
| HSL | 152.65º | 0.31% | 0.44% | - |
| HSV(B) | 152.65º | 0.47% | 0.57% | - |
| XYZ | 16.22 | 23.04 | 19.51 | - |
| YUV | 121.13 | 123.97 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 145 | 114 | 0.47 | 0 | 0.21 | 0.43 | 152.65 | 0.31 | 0.44 |
| Hex | 4D | 91 | 72 | 2F | 0 | 15 | 2B | 99 | 1F | 2C |
| Octal | 115 | 221 | 162 | 57 | 0 | 25 | 53 | 231 | 37 | 54 |
| Binary | 1001101 | 10010001 | 1110010 | 101111 | 0 | 10101 | 101011 | 10011001 | 11111 | 101100 |
Color Harmonies of #4D9172
Complementary color
Monochromatic Colors of #4D9172
Black with #4D9172
Text Example
Text Example
White with #4D9172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9172; }
p { color: rgb(77,145,114); }
H1.HeaderClassName
{
color: #4D9172;
}
.AnyTagClassName
{
color: #4D9172;
}
</style>
background-color css
<style>
a { background-color: #4D9172; }
a { background-color: rgb(77,145,114); }
div.DivClassName
{
background-color: #4D9172;
}
.BgClassName
{
background-color: #4D9172;
}
</style>
border-color css
<style>
span { border-color: #4D9172; }
span { border-color: rgb(77,145,114); }
td.TdClassName
{
border-color: #4D9172;
}
.TagClassName
{
border-color: #4D9172;
}
</style>