Shades of Cabbage Pont #4F613D
Tints of Cabbage Pont #4F613D
RGB
CMYK
RGB Variations
Color information
#4F613D (or 0x4F613D) is known color: Cabbage Pont. HEX triplet: 4F, 61 and 3D. RGB value is (79,97,61). Sum of RGB (Red+Green+Blue) = 79+97+61=237 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.33% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 97 - color contains mainly: green. Hex color #4F613D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F613D is #B09EC2. Grayscale: #575757. Windows color (decimal): -11574979 or 4022607. OLE color: 4022607.
HSL color Cylindrical-coordinate representation of color #4F613D: hue angle of 90º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4F613D is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 97 | 61 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.62 |
| HSL | 90º | 0.23% | 0.31% | - |
| HSV(B) | 90º | 0.37% | 0.38% | - |
| XYZ | 8.34 | 10.55 | 6.01 | - |
| YUV | 87.51 | 113.04 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 97 | 61 | 0.19 | 0 | 0.37 | 0.62 | 90 | 0.23 | 0.31 |
| Hex | 4F | 61 | 3D | 13 | 0 | 25 | 3E | 5A | 17 | 1F |
| Octal | 117 | 141 | 75 | 23 | 0 | 45 | 76 | 132 | 27 | 37 |
| Binary | 1001111 | 1100001 | 111101 | 10011 | 0 | 100101 | 111110 | 1011010 | 10111 | 11111 |
Color Harmonies of #4F613D
Complementary color
Monochromatic Colors of #4F613D
Black with #4F613D
Text Example
Text Example
White with #4F613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F613D; }
p { color: rgb(79,97,61); }
H1.HeaderClassName
{
color: #4F613D;
}
.AnyTagClassName
{
color: #4F613D;
}
</style>
background-color css
<style>
a { background-color: #4F613D; }
a { background-color: rgb(79,97,61); }
div.DivClassName
{
background-color: #4F613D;
}
.BgClassName
{
background-color: #4F613D;
}
</style>
border-color css
<style>
span { border-color: #4F613D; }
span { border-color: rgb(79,97,61); }
td.TdClassName
{
border-color: #4F613D;
}
.TagClassName
{
border-color: #4F613D;
}
</style>