Shades of Cabbage Pont #4A5B39
Tints of Cabbage Pont #4A5B39
RGB
CMYK
RGB Variations
Color information
#4A5B39 (or 0x4A5B39) is known color: Cabbage Pont. HEX triplet: 4A, 5B and 39. RGB value is (74,91,57). Sum of RGB (Red+Green+Blue) = 74+91+57=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 91 (35.94% from 255 or 40.99% from 222); Blue value is 57 (22.66% from 255 or 25.68% from 222); Max value from RGB is 91 - color contains mainly: green. Hex color #4A5B39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5B39 is #B5A4C6. Grayscale: #525252. Windows color (decimal): -11904199 or 3758922. OLE color: 3758922.
HSL color Cylindrical-coordinate representation of color #4A5B39: hue angle of 90º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A5B39 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 74 | 91 | 57 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.64 |
| HSL | 90º | 0.23% | 0.29% | - |
| HSV(B) | 90º | 0.37% | 0.36% | - |
| XYZ | 7.3 | 9.23 | 5.27 | - |
| YUV | 82.04 | 113.87 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 91 | 57 | 0.19 | 0 | 0.37 | 0.64 | 90 | 0.23 | 0.29 |
| Hex | 4A | 5B | 39 | 13 | 0 | 25 | 40 | 5A | 17 | 1D |
| Octal | 112 | 133 | 71 | 23 | 0 | 45 | 100 | 132 | 27 | 35 |
| Binary | 1001010 | 1011011 | 111001 | 10011 | 0 | 100101 | 1000000 | 1011010 | 10111 | 11101 |
Color Harmonies of #4A5B39
Complementary color
Monochromatic Colors of #4A5B39
Black with #4A5B39
Text Example
Text Example
White with #4A5B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5B39; }
p { color: rgb(74,91,57); }
H1.HeaderClassName
{
color: #4A5B39;
}
.AnyTagClassName
{
color: #4A5B39;
}
</style>
background-color css
<style>
a { background-color: #4A5B39; }
a { background-color: rgb(74,91,57); }
div.DivClassName
{
background-color: #4A5B39;
}
.BgClassName
{
background-color: #4A5B39;
}
</style>
border-color css
<style>
span { border-color: #4A5B39; }
span { border-color: rgb(74,91,57); }
td.TdClassName
{
border-color: #4A5B39;
}
.TagClassName
{
border-color: #4A5B39;
}
</style>