Shades of Cabbage Pont #454F41
Tints of Cabbage Pont #454F41
RGB
CMYK
RGB Variations
Color information
#454F41 (or 0x454F41) is known color: Cabbage Pont. HEX triplet: 45, 4F and 41. RGB value is (69,79,65). Sum of RGB (Red+Green+Blue) = 69+79+65=213 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.39% from 213); Green value is 79 (31.25% from 255 or 37.09% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 79 - color contains mainly: green. Hex color #454F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454F41 is #BAB0BE. Grayscale: #4A4A4A. Windows color (decimal): -12234943 or 4280133. OLE color: 4280133.
HSL color Cylindrical-coordinate representation of color #454F41: hue angle of 102.86º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #454F41 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 79 | 65 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.69 |
| HSL | 102.86º | 0.1% | 0.28% | - |
| HSV(B) | 102.86º | 0.18% | 0.31% | - |
| XYZ | 6.2 | 7.24 | 6.07 | - |
| YUV | 74.41 | 122.69 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 79 | 65 | 0.13 | 0 | 0.18 | 0.69 | 102.86 | 0.1 | 0.28 |
| Hex | 45 | 4F | 41 | D | 0 | 12 | 45 | 67 | A | 1C |
| Octal | 105 | 117 | 101 | 15 | 0 | 22 | 105 | 147 | 12 | 34 |
| Binary | 1000101 | 1001111 | 1000001 | 1101 | 0 | 10010 | 1000101 | 1100111 | 1010 | 11100 |
Color Harmonies of #454F41
Complementary color
Monochromatic Colors of #454F41
Black with #454F41
Text Example
Text Example
White with #454F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454F41; }
p { color: rgb(69,79,65); }
H1.HeaderClassName
{
color: #454F41;
}
.AnyTagClassName
{
color: #454F41;
}
</style>
background-color css
<style>
a { background-color: #454F41; }
a { background-color: rgb(69,79,65); }
div.DivClassName
{
background-color: #454F41;
}
.BgClassName
{
background-color: #454F41;
}
</style>
border-color css
<style>
span { border-color: #454F41; }
span { border-color: rgb(69,79,65); }
td.TdClassName
{
border-color: #454F41;
}
.TagClassName
{
border-color: #454F41;
}
</style>