Shades of Cabbage Pont #455639
Tints of Cabbage Pont #455639
RGB
CMYK
RGB Variations
Color information
#455639 (or 0x455639) is known color: Cabbage Pont. HEX triplet: 45, 56 and 39. RGB value is (69,86,57). Sum of RGB (Red+Green+Blue) = 69+86+57=212 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.55% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 57 (22.66% from 255 or 26.89% from 212); Max value from RGB is 86 - color contains mainly: green. Hex color #455639 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455639 is #BAA9C6. Grayscale: #4D4D4D. Windows color (decimal): -12233159 or 3757637. OLE color: 3757637.
HSL color Cylindrical-coordinate representation of color #455639: hue angle of 95.17º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #455639 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 86 | 57 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.66 |
| HSL | 95.17º | 0.2% | 0.28% | - |
| HSV(B) | 95.17º | 0.34% | 0.34% | - |
| XYZ | 6.52 | 8.22 | 5.11 | - |
| YUV | 77.61 | 116.37 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 86 | 57 | 0.20 | 0 | 0.34 | 0.66 | 95.17 | 0.2 | 0.28 |
| Hex | 45 | 56 | 39 | 14 | 0 | 22 | 42 | 5F | 14 | 1C |
| Octal | 105 | 126 | 71 | 24 | 0 | 42 | 102 | 137 | 24 | 34 |
| Binary | 1000101 | 1010110 | 111001 | 10100 | 0 | 100010 | 1000010 | 1011111 | 10100 | 11100 |
Color Harmonies of #455639
Complementary color
Monochromatic Colors of #455639
Black with #455639
Text Example
Text Example
White with #455639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455639; }
p { color: rgb(69,86,57); }
H1.HeaderClassName
{
color: #455639;
}
.AnyTagClassName
{
color: #455639;
}
</style>
background-color css
<style>
a { background-color: #455639; }
a { background-color: rgb(69,86,57); }
div.DivClassName
{
background-color: #455639;
}
.BgClassName
{
background-color: #455639;
}
</style>
border-color css
<style>
span { border-color: #455639; }
span { border-color: rgb(69,86,57); }
td.TdClassName
{
border-color: #455639;
}
.TagClassName
{
border-color: #455639;
}
</style>