Shades of Cutty Sark #4F8370
Tints of Cutty Sark #4F8370
RGB
CMYK
RGB Variations
Color information
#4F8370 (or 0x4F8370) is known color: Cutty Sark. HEX triplet: 4F, 83 and 70. RGB value is (79,131,112). Sum of RGB (Red+Green+Blue) = 79+131+112=322 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.53% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 131 - color contains mainly: green. Hex color #4F8370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8370 is #B07C8F. Grayscale: #717171. Windows color (decimal): -11566224 or 7373647. OLE color: 7373647.
HSL color Cylindrical-coordinate representation of color #4F8370: hue angle of 158.08º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F8370 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 79 | 131 | 112 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.49 |
| HSL | 158.08º | 0.25% | 0.41% | - |
| HSV(B) | 158.08º | 0.4% | 0.51% | - |
| XYZ | 14.27 | 19.06 | 18.26 | - |
| YUV | 113.29 | 127.27 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 131 | 112 | 0.40 | 0 | 0.15 | 0.49 | 158.08 | 0.25 | 0.41 |
| Hex | 4F | 83 | 70 | 28 | 0 | F | 31 | 9E | 19 | 29 |
| Octal | 117 | 203 | 160 | 50 | 0 | 17 | 61 | 236 | 31 | 51 |
| Binary | 1001111 | 10000011 | 1110000 | 101000 | 0 | 1111 | 110001 | 10011110 | 11001 | 101001 |
Color Harmonies of #4F8370
Complementary color
Monochromatic Colors of #4F8370
Black with #4F8370
Text Example
Text Example
White with #4F8370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8370; }
p { color: rgb(79,131,112); }
H1.HeaderClassName
{
color: #4F8370;
}
.AnyTagClassName
{
color: #4F8370;
}
</style>
background-color css
<style>
a { background-color: #4F8370; }
a { background-color: rgb(79,131,112); }
div.DivClassName
{
background-color: #4F8370;
}
.BgClassName
{
background-color: #4F8370;
}
</style>
border-color css
<style>
span { border-color: #4F8370; }
span { border-color: rgb(79,131,112); }
td.TdClassName
{
border-color: #4F8370;
}
.TagClassName
{
border-color: #4F8370;
}
</style>