Shades of Cabbage Pont #4A533F
Tints of Cabbage Pont #4A533F
RGB
CMYK
RGB Variations
Color information
#4A533F (or 0x4A533F) is known color: Cabbage Pont. HEX triplet: 4A, 53 and 3F. RGB value is (74,83,63). Sum of RGB (Red+Green+Blue) = 74+83+63=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 83 - color contains mainly: green. Hex color #4A533F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A533F is #B5ACC0. Grayscale: #4E4E4E. Windows color (decimal): -11906241 or 4150090. OLE color: 4150090.
HSL color Cylindrical-coordinate representation of color #4A533F: hue angle of 87º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4A533F is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 83 | 63 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.67 |
| HSL | 87º | 0.14% | 0.29% | - |
| HSV(B) | 87º | 0.24% | 0.33% | - |
| XYZ | 6.81 | 8 | 5.89 | - |
| YUV | 78.03 | 119.52 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 83 | 63 | 0.11 | 0 | 0.24 | 0.67 | 87 | 0.14 | 0.29 |
| Hex | 4A | 53 | 3F | B | 0 | 18 | 43 | 57 | E | 1D |
| Octal | 112 | 123 | 77 | 13 | 0 | 30 | 103 | 127 | 16 | 35 |
| Binary | 1001010 | 1010011 | 111111 | 1011 | 0 | 11000 | 1000011 | 1010111 | 1110 | 11101 |
Color Harmonies of #4A533F
Complementary color
Monochromatic Colors of #4A533F
Black with #4A533F
Text Example
Text Example
White with #4A533F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A533F; }
p { color: rgb(74,83,63); }
H1.HeaderClassName
{
color: #4A533F;
}
.AnyTagClassName
{
color: #4A533F;
}
</style>
background-color css
<style>
a { background-color: #4A533F; }
a { background-color: rgb(74,83,63); }
div.DivClassName
{
background-color: #4A533F;
}
.BgClassName
{
background-color: #4A533F;
}
</style>
border-color css
<style>
span { border-color: #4A533F; }
span { border-color: rgb(74,83,63); }
td.TdClassName
{
border-color: #4A533F;
}
.TagClassName
{
border-color: #4A533F;
}
</style>