Shades of Cutty Sark #4D9075
Tints of Cutty Sark #4D9075
RGB
CMYK
RGB Variations
Color information
#4D9075 (or 0x4D9075) is known color: Cutty Sark. HEX triplet: 4D, 90 and 75. RGB value is (77,144,117). Sum of RGB (Red+Green+Blue) = 77+144+117=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 144 - color contains mainly: green. Hex color #4D9075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9075 is #B26F8A. Grayscale: #787878. Windows color (decimal): -11693963 or 7704653. OLE color: 7704653.
HSL color Cylindrical-coordinate representation of color #4D9075: hue angle of 155.82º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D9075 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 144 | 117 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.44 |
| HSL | 155.82º | 0.3% | 0.43% | - |
| HSV(B) | 155.82º | 0.47% | 0.56% | - |
| XYZ | 16.24 | 22.81 | 20.38 | - |
| YUV | 120.89 | 125.8 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 144 | 117 | 0.47 | 0 | 0.19 | 0.44 | 155.82 | 0.3 | 0.43 |
| Hex | 4D | 90 | 75 | 2F | 0 | 13 | 2C | 9C | 1E | 2B |
| Octal | 115 | 220 | 165 | 57 | 0 | 23 | 54 | 234 | 36 | 53 |
| Binary | 1001101 | 10010000 | 1110101 | 101111 | 0 | 10011 | 101100 | 10011100 | 11110 | 101011 |
Color Harmonies of #4D9075
Complementary color
Monochromatic Colors of #4D9075
Black with #4D9075
Text Example
Text Example
White with #4D9075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9075; }
p { color: rgb(77,144,117); }
H1.HeaderClassName
{
color: #4D9075;
}
.AnyTagClassName
{
color: #4D9075;
}
</style>
background-color css
<style>
a { background-color: #4D9075; }
a { background-color: rgb(77,144,117); }
div.DivClassName
{
background-color: #4D9075;
}
.BgClassName
{
background-color: #4D9075;
}
</style>
border-color css
<style>
span { border-color: #4D9075; }
span { border-color: rgb(77,144,117); }
td.TdClassName
{
border-color: #4D9075;
}
.TagClassName
{
border-color: #4D9075;
}
</style>