Shades of Cabbage Pont #45583C
Tints of Cabbage Pont #45583C
RGB
CMYK
RGB Variations
Color information
#45583C (or 0x45583C) is known color: Cabbage Pont. HEX triplet: 45, 58 and 3C. RGB value is (69,88,60). Sum of RGB (Red+Green+Blue) = 69+88+60=217 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.80% from 217); Green value is 88 (34.77% from 255 or 40.55% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 88 - color contains mainly: green. Hex color #45583C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45583C is #BAA7C3. Grayscale: #4F4F4F. Windows color (decimal): -12232644 or 3954757. OLE color: 3954757.
HSL color Cylindrical-coordinate representation of color #45583C: hue angle of 100.71º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #45583C is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 88 | 60 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.65 |
| HSL | 100.71º | 0.19% | 0.29% | - |
| HSV(B) | 100.71º | 0.32% | 0.35% | - |
| XYZ | 6.76 | 8.57 | 5.57 | - |
| YUV | 79.13 | 117.21 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 88 | 60 | 0.22 | 0 | 0.32 | 0.65 | 100.71 | 0.19 | 0.29 |
| Hex | 45 | 58 | 3C | 16 | 0 | 20 | 41 | 65 | 13 | 1D |
| Octal | 105 | 130 | 74 | 26 | 0 | 40 | 101 | 145 | 23 | 35 |
| Binary | 1000101 | 1011000 | 111100 | 10110 | 0 | 100000 | 1000001 | 1100101 | 10011 | 11101 |
Color Harmonies of #45583C
Complementary color
Monochromatic Colors of #45583C
Black with #45583C
Text Example
Text Example
White with #45583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45583C; }
p { color: rgb(69,88,60); }
H1.HeaderClassName
{
color: #45583C;
}
.AnyTagClassName
{
color: #45583C;
}
</style>
background-color css
<style>
a { background-color: #45583C; }
a { background-color: rgb(69,88,60); }
div.DivClassName
{
background-color: #45583C;
}
.BgClassName
{
background-color: #45583C;
}
</style>
border-color css
<style>
span { border-color: #45583C; }
span { border-color: rgb(69,88,60); }
td.TdClassName
{
border-color: #45583C;
}
.TagClassName
{
border-color: #45583C;
}
</style>