Shades of Cabbage Pont #45503C
Tints of Cabbage Pont #45503C
RGB
CMYK
RGB Variations
Color information
#45503C (or 0x45503C) is known color: Cabbage Pont. HEX triplet: 45, 50 and 3C. RGB value is (69,80,60). Sum of RGB (Red+Green+Blue) = 69+80+60=209 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.01% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 80 - color contains mainly: green. Hex color #45503C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45503C is #BAAFC3. Grayscale: #4A4A4A. Windows color (decimal): -12234692 or 3952709. OLE color: 3952709.
HSL color Cylindrical-coordinate representation of color #45503C: hue angle of 93º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #45503C is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 80 | 60 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.69 |
| HSL | 93º | 0.14% | 0.27% | - |
| HSV(B) | 93º | 0.25% | 0.31% | - |
| XYZ | 6.14 | 7.33 | 5.37 | - |
| YUV | 74.43 | 119.86 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 80 | 60 | 0.14 | 0 | 0.25 | 0.69 | 93 | 0.14 | 0.27 |
| Hex | 45 | 50 | 3C | E | 0 | 19 | 45 | 5D | E | 1B |
| Octal | 105 | 120 | 74 | 16 | 0 | 31 | 105 | 135 | 16 | 33 |
| Binary | 1000101 | 1010000 | 111100 | 1110 | 0 | 11001 | 1000101 | 1011101 | 1110 | 11011 |
Color Harmonies of #45503C
Complementary color
Monochromatic Colors of #45503C
Black with #45503C
Text Example
Text Example
White with #45503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45503C; }
p { color: rgb(69,80,60); }
H1.HeaderClassName
{
color: #45503C;
}
.AnyTagClassName
{
color: #45503C;
}
</style>
background-color css
<style>
a { background-color: #45503C; }
a { background-color: rgb(69,80,60); }
div.DivClassName
{
background-color: #45503C;
}
.BgClassName
{
background-color: #45503C;
}
</style>
border-color css
<style>
span { border-color: #45503C; }
span { border-color: rgb(69,80,60); }
td.TdClassName
{
border-color: #45503C;
}
.TagClassName
{
border-color: #45503C;
}
</style>