Shades of Cutty Sark #4F8375
Tints of Cutty Sark #4F8375
RGB
CMYK
RGB Variations
Color information
#4F8375 (or 0x4F8375) is known color: Cutty Sark. HEX triplet: 4F, 83 and 75. RGB value is (79,131,117). Sum of RGB (Red+Green+Blue) = 79+131+117=327 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.16% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 131 - color contains mainly: green. Hex color #4F8375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8375 is #B07C8A. Grayscale: #717171. Windows color (decimal): -11566219 or 7701327. OLE color: 7701327.
HSL color Cylindrical-coordinate representation of color #4F8375: hue angle of 163.85º 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 #4F8375 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 79 | 131 | 117 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.49 |
| HSL | 163.85º | 0.25% | 0.41% | - |
| HSV(B) | 163.85º | 0.4% | 0.51% | - |
| XYZ | 14.55 | 19.18 | 19.76 | - |
| YUV | 113.86 | 129.77 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 131 | 117 | 0.40 | 0 | 0.11 | 0.49 | 163.85 | 0.25 | 0.41 |
| Hex | 4F | 83 | 75 | 28 | 0 | B | 31 | A4 | 19 | 29 |
| Octal | 117 | 203 | 165 | 50 | 0 | 13 | 61 | 244 | 31 | 51 |
| Binary | 1001111 | 10000011 | 1110101 | 101000 | 0 | 1011 | 110001 | 10100100 | 11001 | 101001 |
Color Harmonies of #4F8375
Complementary color
Monochromatic Colors of #4F8375
Black with #4F8375
Text Example
Text Example
White with #4F8375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8375; }
p { color: rgb(79,131,117); }
H1.HeaderClassName
{
color: #4F8375;
}
.AnyTagClassName
{
color: #4F8375;
}
</style>
background-color css
<style>
a { background-color: #4F8375; }
a { background-color: rgb(79,131,117); }
div.DivClassName
{
background-color: #4F8375;
}
.BgClassName
{
background-color: #4F8375;
}
</style>
border-color css
<style>
span { border-color: #4F8375; }
span { border-color: rgb(79,131,117); }
td.TdClassName
{
border-color: #4F8375;
}
.TagClassName
{
border-color: #4F8375;
}
</style>