Shades of Cabbage Pont #45503D
Tints of Cabbage Pont #45503D
RGB
CMYK
RGB Variations
Color information
#45503D (or 0x45503D) is known color: Cabbage Pont. HEX triplet: 45, 50 and 3D. RGB value is (69,80,61). Sum of RGB (Red+Green+Blue) = 69+80+61=210 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.86% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 80 - color contains mainly: green. Hex color #45503D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45503D is #BAAFC2. Grayscale: #4A4A4A. Windows color (decimal): -12234691 or 4018245. OLE color: 4018245.
HSL color Cylindrical-coordinate representation of color #45503D: hue angle of 94.74º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #45503D is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 80 | 61 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.69 |
| HSL | 94.74º | 0.13% | 0.28% | - |
| HSV(B) | 94.74º | 0.24% | 0.31% | - |
| XYZ | 6.17 | 7.34 | 5.51 | - |
| YUV | 74.55 | 120.36 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 80 | 61 | 0.14 | 0 | 0.24 | 0.69 | 94.74 | 0.13 | 0.28 |
| Hex | 45 | 50 | 3D | E | 0 | 18 | 45 | 5F | D | 1C |
| Octal | 105 | 120 | 75 | 16 | 0 | 30 | 105 | 137 | 15 | 34 |
| Binary | 1000101 | 1010000 | 111101 | 1110 | 0 | 11000 | 1000101 | 1011111 | 1101 | 11100 |
Color Harmonies of #45503D
Complementary color
Monochromatic Colors of #45503D
Black with #45503D
Text Example
Text Example
White with #45503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45503D; }
p { color: rgb(69,80,61); }
H1.HeaderClassName
{
color: #45503D;
}
.AnyTagClassName
{
color: #45503D;
}
</style>
background-color css
<style>
a { background-color: #45503D; }
a { background-color: rgb(69,80,61); }
div.DivClassName
{
background-color: #45503D;
}
.BgClassName
{
background-color: #45503D;
}
</style>
border-color css
<style>
span { border-color: #45503D; }
span { border-color: rgb(69,80,61); }
td.TdClassName
{
border-color: #45503D;
}
.TagClassName
{
border-color: #45503D;
}
</style>