Shades of Cabbage Pont #4A5A42
Tints of Cabbage Pont #4A5A42
RGB
CMYK
RGB Variations
Color information
#4A5A42 (or 0x4A5A42) is known color: Cabbage Pont. HEX triplet: 4A, 5A and 42. RGB value is (74,90,66). Sum of RGB (Red+Green+Blue) = 74+90+66=230 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.17% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 90 - color contains mainly: green. Hex color #4A5A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5A42 is #B5A5BD. Grayscale: #525252. Windows color (decimal): -11904446 or 4348490. OLE color: 4348490.
HSL color Cylindrical-coordinate representation of color #4A5A42: hue angle of 100º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A5A42 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 90 | 66 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.65 |
| HSL | 100º | 0.15% | 0.31% | - |
| HSV(B) | 100º | 0.27% | 0.35% | - |
| XYZ | 7.46 | 9.16 | 6.53 | - |
| YUV | 82.48 | 118.7 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 90 | 66 | 0.18 | 0 | 0.27 | 0.65 | 100 | 0.15 | 0.31 |
| Hex | 4A | 5A | 42 | 12 | 0 | 1B | 41 | 64 | F | 1F |
| Octal | 112 | 132 | 102 | 22 | 0 | 33 | 101 | 144 | 17 | 37 |
| Binary | 1001010 | 1011010 | 1000010 | 10010 | 0 | 11011 | 1000001 | 1100100 | 1111 | 11111 |
Color Harmonies of #4A5A42
Complementary color
Monochromatic Colors of #4A5A42
Black with #4A5A42
Text Example
Text Example
White with #4A5A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5A42; }
p { color: rgb(74,90,66); }
H1.HeaderClassName
{
color: #4A5A42;
}
.AnyTagClassName
{
color: #4A5A42;
}
</style>
background-color css
<style>
a { background-color: #4A5A42; }
a { background-color: rgb(74,90,66); }
div.DivClassName
{
background-color: #4A5A42;
}
.BgClassName
{
background-color: #4A5A42;
}
</style>
border-color css
<style>
span { border-color: #4A5A42; }
span { border-color: rgb(74,90,66); }
td.TdClassName
{
border-color: #4A5A42;
}
.TagClassName
{
border-color: #4A5A42;
}
</style>