Shades of Cabbage Pont #45523B
Tints of Cabbage Pont #45523B
RGB
CMYK
RGB Variations
Color information
#45523B (or 0x45523B) is known color: Cabbage Pont. HEX triplet: 45, 52 and 3B. RGB value is (69,82,59). Sum of RGB (Red+Green+Blue) = 69+82+59=210 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.86% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 82 - color contains mainly: green. Hex color #45523B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45523B is #BAADC4. Grayscale: #4B4B4B. Windows color (decimal): -12234181 or 3887685. OLE color: 3887685.
HSL color Cylindrical-coordinate representation of color #45523B: hue angle of 93.91º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #45523B is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 82 | 59 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.68 |
| HSL | 93.91º | 0.16% | 0.28% | - |
| HSV(B) | 93.91º | 0.28% | 0.32% | - |
| XYZ | 6.26 | 7.62 | 5.28 | - |
| YUV | 75.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 82 | 59 | 0.16 | 0 | 0.28 | 0.68 | 93.91 | 0.16 | 0.28 |
| Hex | 45 | 52 | 3B | 10 | 0 | 1C | 44 | 5E | 10 | 1C |
| Octal | 105 | 122 | 73 | 20 | 0 | 34 | 104 | 136 | 20 | 34 |
| Binary | 1000101 | 1010010 | 111011 | 10000 | 0 | 11100 | 1000100 | 1011110 | 10000 | 11100 |
Color Harmonies of #45523B
Complementary color
Monochromatic Colors of #45523B
Black with #45523B
Text Example
Text Example
White with #45523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45523B; }
p { color: rgb(69,82,59); }
H1.HeaderClassName
{
color: #45523B;
}
.AnyTagClassName
{
color: #45523B;
}
</style>
background-color css
<style>
a { background-color: #45523B; }
a { background-color: rgb(69,82,59); }
div.DivClassName
{
background-color: #45523B;
}
.BgClassName
{
background-color: #45523B;
}
</style>
border-color css
<style>
span { border-color: #45523B; }
span { border-color: rgb(69,82,59); }
td.TdClassName
{
border-color: #45523B;
}
.TagClassName
{
border-color: #45523B;
}
</style>