Shades of Cabbage Pont #45513C
Tints of Cabbage Pont #45513C
RGB
CMYK
RGB Variations
Color information
#45513C (or 0x45513C) is known color: Cabbage Pont. HEX triplet: 45, 51 and 3C. RGB value is (69,81,60). Sum of RGB (Red+Green+Blue) = 69+81+60=210 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.86% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 81 - color contains mainly: green. Hex color #45513C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45513C is #BAAEC3. Grayscale: #4B4B4B. Windows color (decimal): -12234436 or 3952965. OLE color: 3952965.
HSL color Cylindrical-coordinate representation of color #45513C: hue angle of 94.29º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #45513C is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 81 | 60 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.68 |
| HSL | 94.29º | 0.15% | 0.28% | - |
| HSV(B) | 94.29º | 0.26% | 0.32% | - |
| XYZ | 6.21 | 7.48 | 5.39 | - |
| YUV | 75.02 | 119.52 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 81 | 60 | 0.15 | 0 | 0.26 | 0.68 | 94.29 | 0.15 | 0.28 |
| Hex | 45 | 51 | 3C | F | 0 | 1A | 44 | 5E | F | 1C |
| Octal | 105 | 121 | 74 | 17 | 0 | 32 | 104 | 136 | 17 | 34 |
| Binary | 1000101 | 1010001 | 111100 | 1111 | 0 | 11010 | 1000100 | 1011110 | 1111 | 11100 |
Color Harmonies of #45513C
Complementary color
Monochromatic Colors of #45513C
Black with #45513C
Text Example
Text Example
White with #45513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45513C; }
p { color: rgb(69,81,60); }
H1.HeaderClassName
{
color: #45513C;
}
.AnyTagClassName
{
color: #45513C;
}
</style>
background-color css
<style>
a { background-color: #45513C; }
a { background-color: rgb(69,81,60); }
div.DivClassName
{
background-color: #45513C;
}
.BgClassName
{
background-color: #45513C;
}
</style>
border-color css
<style>
span { border-color: #45513C; }
span { border-color: rgb(69,81,60); }
td.TdClassName
{
border-color: #45513C;
}
.TagClassName
{
border-color: #45513C;
}
</style>