Shades of Cabbage Pont #454F40
Tints of Cabbage Pont #454F40
RGB
CMYK
RGB Variations
Color information
#454F40 (or 0x454F40) is known color: Cabbage Pont. HEX triplet: 45, 4F and 40. RGB value is (69,79,64). Sum of RGB (Red+Green+Blue) = 69+79+64=212 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.55% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 79 - color contains mainly: green. Hex color #454F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454F40 is #BAB0BF. Grayscale: #4A4A4A. Windows color (decimal): -12234944 or 4214597. OLE color: 4214597.
HSL color Cylindrical-coordinate representation of color #454F40: hue angle of 100º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #454F40 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 79 | 64 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.69 |
| HSL | 100º | 0.1% | 0.28% | - |
| HSV(B) | 100º | 0.19% | 0.31% | - |
| XYZ | 6.18 | 7.23 | 5.92 | - |
| YUV | 74.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 79 | 64 | 0.13 | 0 | 0.19 | 0.69 | 100 | 0.1 | 0.28 |
| Hex | 45 | 4F | 40 | D | 0 | 13 | 45 | 64 | A | 1C |
| Octal | 105 | 117 | 100 | 15 | 0 | 23 | 105 | 144 | 12 | 34 |
| Binary | 1000101 | 1001111 | 1000000 | 1101 | 0 | 10011 | 1000101 | 1100100 | 1010 | 11100 |
Color Harmonies of #454F40
Complementary color
Monochromatic Colors of #454F40
Black with #454F40
Text Example
Text Example
White with #454F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454F40; }
p { color: rgb(69,79,64); }
H1.HeaderClassName
{
color: #454F40;
}
.AnyTagClassName
{
color: #454F40;
}
</style>
background-color css
<style>
a { background-color: #454F40; }
a { background-color: rgb(69,79,64); }
div.DivClassName
{
background-color: #454F40;
}
.BgClassName
{
background-color: #454F40;
}
</style>
border-color css
<style>
span { border-color: #454F40; }
span { border-color: rgb(69,79,64); }
td.TdClassName
{
border-color: #454F40;
}
.TagClassName
{
border-color: #454F40;
}
</style>