Shades of Cabbage Pont #4F603D
Tints of Cabbage Pont #4F603D
RGB
CMYK
RGB Variations
Color information
#4F603D (or 0x4F603D) is known color: Cabbage Pont. HEX triplet: 4F, 60 and 3D. RGB value is (79,96,61). Sum of RGB (Red+Green+Blue) = 79+96+61=236 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.47% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 96 - color contains mainly: green. Hex color #4F603D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F603D is #B09FC2. Grayscale: #575757. Windows color (decimal): -11575235 or 4022351. OLE color: 4022351.
HSL color Cylindrical-coordinate representation of color #4F603D: hue angle of 89.14º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4F603D is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 96 | 61 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.62 |
| HSL | 89.14º | 0.22% | 0.31% | - |
| HSV(B) | 89.14º | 0.36% | 0.38% | - |
| XYZ | 8.25 | 10.36 | 5.98 | - |
| YUV | 86.93 | 113.37 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 96 | 61 | 0.18 | 0 | 0.36 | 0.62 | 89.14 | 0.22 | 0.31 |
| Hex | 4F | 60 | 3D | 12 | 0 | 24 | 3E | 59 | 16 | 1F |
| Octal | 117 | 140 | 75 | 22 | 0 | 44 | 76 | 131 | 26 | 37 |
| Binary | 1001111 | 1100000 | 111101 | 10010 | 0 | 100100 | 111110 | 1011001 | 10110 | 11111 |
Color Harmonies of #4F603D
Complementary color
Monochromatic Colors of #4F603D
Black with #4F603D
Text Example
Text Example
White with #4F603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F603D; }
p { color: rgb(79,96,61); }
H1.HeaderClassName
{
color: #4F603D;
}
.AnyTagClassName
{
color: #4F603D;
}
</style>
background-color css
<style>
a { background-color: #4F603D; }
a { background-color: rgb(79,96,61); }
div.DivClassName
{
background-color: #4F603D;
}
.BgClassName
{
background-color: #4F603D;
}
</style>
border-color css
<style>
span { border-color: #4F603D; }
span { border-color: rgb(79,96,61); }
td.TdClassName
{
border-color: #4F603D;
}
.TagClassName
{
border-color: #4F603D;
}
</style>