Shades of Cabbage Pont #454E40
Tints of Cabbage Pont #454E40
RGB
CMYK
RGB Variations
Color information
#454E40 (or 0x454E40) is known color: Cabbage Pont. HEX triplet: 45, 4E and 40. RGB value is (69,78,64). Sum of RGB (Red+Green+Blue) = 69+78+64=211 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.70% from 211); Green value is 78 (30.86% from 255 or 36.97% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 78 - color contains mainly: green. Hex color #454E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454E40 is #BAB1BF. Grayscale: #494949. Windows color (decimal): -12235200 or 4214341. OLE color: 4214341.
HSL color Cylindrical-coordinate representation of color #454E40: hue angle of 98.57º 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 #454E40 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 78 | 64 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.69 |
| HSL | 98.57º | 0.1% | 0.28% | - |
| HSV(B) | 98.57º | 0.18% | 0.31% | - |
| XYZ | 6.1 | 7.08 | 5.9 | - |
| YUV | 73.71 | 122.52 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 78 | 64 | 0.12 | 0 | 0.18 | 0.69 | 98.57 | 0.1 | 0.28 |
| Hex | 45 | 4E | 40 | C | 0 | 12 | 45 | 63 | A | 1C |
| Octal | 105 | 116 | 100 | 14 | 0 | 22 | 105 | 143 | 12 | 34 |
| Binary | 1000101 | 1001110 | 1000000 | 1100 | 0 | 10010 | 1000101 | 1100011 | 1010 | 11100 |
Color Harmonies of #454E40
Complementary color
Monochromatic Colors of #454E40
Black with #454E40
Text Example
Text Example
White with #454E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454E40; }
p { color: rgb(69,78,64); }
H1.HeaderClassName
{
color: #454E40;
}
.AnyTagClassName
{
color: #454E40;
}
</style>
background-color css
<style>
a { background-color: #454E40; }
a { background-color: rgb(69,78,64); }
div.DivClassName
{
background-color: #454E40;
}
.BgClassName
{
background-color: #454E40;
}
</style>
border-color css
<style>
span { border-color: #454E40; }
span { border-color: rgb(69,78,64); }
td.TdClassName
{
border-color: #454E40;
}
.TagClassName
{
border-color: #454E40;
}
</style>