Shades of Cabbage Pont #4A5A3F
Tints of Cabbage Pont #4A5A3F
RGB
CMYK
RGB Variations
Color information
#4A5A3F (or 0x4A5A3F) is known color: Cabbage Pont. HEX triplet: 4A, 5A and 3F. RGB value is (74,90,63). Sum of RGB (Red+Green+Blue) = 74+90+63=227 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.60% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 90 - color contains mainly: green. Hex color #4A5A3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5A3F is #B5A5C0. Grayscale: #525252. Windows color (decimal): -11904449 or 4151882. OLE color: 4151882.
HSL color Cylindrical-coordinate representation of color #4A5A3F: hue angle of 95.56º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A5A3F is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 90 | 63 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.65 |
| HSL | 95.56º | 0.18% | 0.3% | - |
| HSV(B) | 95.56º | 0.3% | 0.35% | - |
| XYZ | 7.38 | 9.13 | 6.08 | - |
| YUV | 82.14 | 117.2 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 90 | 63 | 0.18 | 0 | 0.30 | 0.65 | 95.56 | 0.18 | 0.3 |
| Hex | 4A | 5A | 3F | 12 | 0 | 1E | 41 | 60 | 12 | 1E |
| Octal | 112 | 132 | 77 | 22 | 0 | 36 | 101 | 140 | 22 | 36 |
| Binary | 1001010 | 1011010 | 111111 | 10010 | 0 | 11110 | 1000001 | 1100000 | 10010 | 11110 |
Color Harmonies of #4A5A3F
Complementary color
Monochromatic Colors of #4A5A3F
Black with #4A5A3F
Text Example
Text Example
White with #4A5A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5A3F; }
p { color: rgb(74,90,63); }
H1.HeaderClassName
{
color: #4A5A3F;
}
.AnyTagClassName
{
color: #4A5A3F;
}
</style>
background-color css
<style>
a { background-color: #4A5A3F; }
a { background-color: rgb(74,90,63); }
div.DivClassName
{
background-color: #4A5A3F;
}
.BgClassName
{
background-color: #4A5A3F;
}
</style>
border-color css
<style>
span { border-color: #4A5A3F; }
span { border-color: rgb(74,90,63); }
td.TdClassName
{
border-color: #4A5A3F;
}
.TagClassName
{
border-color: #4A5A3F;
}
</style>