Shades of Cabbage Pont #455737
Tints of Cabbage Pont #455737
RGB
CMYK
RGB Variations
Color information
#455737 (or 0x455737) is known color: Cabbage Pont. HEX triplet: 45, 57 and 37. RGB value is (69,87,55). Sum of RGB (Red+Green+Blue) = 69+87+55=211 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.70% from 211); Green value is 87 (34.38% from 255 or 41.23% from 211); Blue value is 55 (21.88% from 255 or 26.07% from 211); Max value from RGB is 87 - color contains mainly: green. Hex color #455737 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455737 is #BAA8C8. Grayscale: #4E4E4E. Windows color (decimal): -12232905 or 3626821. OLE color: 3626821.
HSL color Cylindrical-coordinate representation of color #455737: hue angle of 93.75º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #455737 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 87 | 55 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.66 |
| HSL | 93.75º | 0.23% | 0.28% | - |
| HSV(B) | 93.75º | 0.37% | 0.34% | - |
| XYZ | 6.55 | 8.36 | 4.88 | - |
| YUV | 77.97 | 115.04 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 87 | 55 | 0.21 | 0 | 0.37 | 0.66 | 93.75 | 0.23 | 0.28 |
| Hex | 45 | 57 | 37 | 15 | 0 | 25 | 42 | 5E | 17 | 1C |
| Octal | 105 | 127 | 67 | 25 | 0 | 45 | 102 | 136 | 27 | 34 |
| Binary | 1000101 | 1010111 | 110111 | 10101 | 0 | 100101 | 1000010 | 1011110 | 10111 | 11100 |
Color Harmonies of #455737
Complementary color
Monochromatic Colors of #455737
Black with #455737
Text Example
Text Example
White with #455737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455737; }
p { color: rgb(69,87,55); }
H1.HeaderClassName
{
color: #455737;
}
.AnyTagClassName
{
color: #455737;
}
</style>
background-color css
<style>
a { background-color: #455737; }
a { background-color: rgb(69,87,55); }
div.DivClassName
{
background-color: #455737;
}
.BgClassName
{
background-color: #455737;
}
</style>
border-color css
<style>
span { border-color: #455737; }
span { border-color: rgb(69,87,55); }
td.TdClassName
{
border-color: #455737;
}
.TagClassName
{
border-color: #455737;
}
</style>