Shades of Cabbage Pont #45513A
Tints of Cabbage Pont #45513A
RGB
CMYK
RGB Variations
Color information
#45513A (or 0x45513A) is known color: Cabbage Pont. HEX triplet: 45, 51 and 3A. RGB value is (69,81,58). Sum of RGB (Red+Green+Blue) = 69+81+58=208 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.17% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 81 - color contains mainly: green. Hex color #45513A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45513A is #BAAEC5. Grayscale: #4A4A4A. Windows color (decimal): -12234438 or 3821893. OLE color: 3821893.
HSL color Cylindrical-coordinate representation of color #45513A: hue angle of 91.3º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #45513A is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 81 | 58 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.68 |
| HSL | 91.3º | 0.17% | 0.27% | - |
| HSV(B) | 91.3º | 0.28% | 0.32% | - |
| XYZ | 6.16 | 7.46 | 5.12 | - |
| YUV | 74.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 81 | 58 | 0.15 | 0 | 0.28 | 0.68 | 91.3 | 0.17 | 0.27 |
| Hex | 45 | 51 | 3A | F | 0 | 1C | 44 | 5B | 11 | 1B |
| Octal | 105 | 121 | 72 | 17 | 0 | 34 | 104 | 133 | 21 | 33 |
| Binary | 1000101 | 1010001 | 111010 | 1111 | 0 | 11100 | 1000100 | 1011011 | 10001 | 11011 |
Color Harmonies of #45513A
Complementary color
Monochromatic Colors of #45513A
Black with #45513A
Text Example
Text Example
White with #45513A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45513A; }
p { color: rgb(69,81,58); }
H1.HeaderClassName
{
color: #45513A;
}
.AnyTagClassName
{
color: #45513A;
}
</style>
background-color css
<style>
a { background-color: #45513A; }
a { background-color: rgb(69,81,58); }
div.DivClassName
{
background-color: #45513A;
}
.BgClassName
{
background-color: #45513A;
}
</style>
border-color css
<style>
span { border-color: #45513A; }
span { border-color: rgb(69,81,58); }
td.TdClassName
{
border-color: #45513A;
}
.TagClassName
{
border-color: #45513A;
}
</style>