Shades of Cabbage Pont #455340
Tints of Cabbage Pont #455340
RGB
CMYK
RGB Variations
Color information
#455340 (or 0x455340) is known color: Cabbage Pont. HEX triplet: 45, 53 and 40. RGB value is (69,83,64). Sum of RGB (Red+Green+Blue) = 69+83+64=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 83 - color contains mainly: green. Hex color #455340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455340 is #BAACBF. Grayscale: #4C4C4C. Windows color (decimal): -12233920 or 4215621. OLE color: 4215621.
HSL color Cylindrical-coordinate representation of color #455340: hue angle of 104.21º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #455340 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 83 | 64 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.67 |
| HSL | 104.21º | 0.13% | 0.29% | - |
| HSV(B) | 104.21º | 0.23% | 0.33% | - |
| XYZ | 6.47 | 7.82 | 6.02 | - |
| YUV | 76.65 | 120.86 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 83 | 64 | 0.17 | 0 | 0.23 | 0.67 | 104.21 | 0.13 | 0.29 |
| Hex | 45 | 53 | 40 | 11 | 0 | 17 | 43 | 68 | D | 1D |
| Octal | 105 | 123 | 100 | 21 | 0 | 27 | 103 | 150 | 15 | 35 |
| Binary | 1000101 | 1010011 | 1000000 | 10001 | 0 | 10111 | 1000011 | 1101000 | 1101 | 11101 |
Color Harmonies of #455340
Complementary color
Monochromatic Colors of #455340
Black with #455340
Text Example
Text Example
White with #455340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455340; }
p { color: rgb(69,83,64); }
H1.HeaderClassName
{
color: #455340;
}
.AnyTagClassName
{
color: #455340;
}
</style>
background-color css
<style>
a { background-color: #455340; }
a { background-color: rgb(69,83,64); }
div.DivClassName
{
background-color: #455340;
}
.BgClassName
{
background-color: #455340;
}
</style>
border-color css
<style>
span { border-color: #455340; }
span { border-color: rgb(69,83,64); }
td.TdClassName
{
border-color: #455340;
}
.TagClassName
{
border-color: #455340;
}
</style>