Shades of Cabbage Pont #45553C
Tints of Cabbage Pont #45553C
RGB
CMYK
RGB Variations
Color information
#45553C (or 0x45553C) is known color: Cabbage Pont. HEX triplet: 45, 55 and 3C. RGB value is (69,85,60). Sum of RGB (Red+Green+Blue) = 69+85+60=214 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.24% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 85 - color contains mainly: green. Hex color #45553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45553C is #BAAAC3. Grayscale: #4D4D4D. Windows color (decimal): -12233412 or 3953989. OLE color: 3953989.
HSL color Cylindrical-coordinate representation of color #45553C: hue angle of 98.4º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #45553C is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 85 | 60 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.67 |
| HSL | 98.4º | 0.17% | 0.28% | - |
| HSV(B) | 98.4º | 0.29% | 0.33% | - |
| XYZ | 6.52 | 8.09 | 5.49 | - |
| YUV | 77.37 | 118.2 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 85 | 60 | 0.19 | 0 | 0.29 | 0.67 | 98.4 | 0.17 | 0.28 |
| Hex | 45 | 55 | 3C | 13 | 0 | 1D | 43 | 62 | 11 | 1C |
| Octal | 105 | 125 | 74 | 23 | 0 | 35 | 103 | 142 | 21 | 34 |
| Binary | 1000101 | 1010101 | 111100 | 10011 | 0 | 11101 | 1000011 | 1100010 | 10001 | 11100 |
Color Harmonies of #45553C
Complementary color
Monochromatic Colors of #45553C
Black with #45553C
Text Example
Text Example
White with #45553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45553C; }
p { color: rgb(69,85,60); }
H1.HeaderClassName
{
color: #45553C;
}
.AnyTagClassName
{
color: #45553C;
}
</style>
background-color css
<style>
a { background-color: #45553C; }
a { background-color: rgb(69,85,60); }
div.DivClassName
{
background-color: #45553C;
}
.BgClassName
{
background-color: #45553C;
}
</style>
border-color css
<style>
span { border-color: #45553C; }
span { border-color: rgb(69,85,60); }
td.TdClassName
{
border-color: #45553C;
}
.TagClassName
{
border-color: #45553C;
}
</style>