Shades of Cabbage Pont #455538
Tints of Cabbage Pont #455538
RGB
CMYK
RGB Variations
Color information
#455538 (or 0x455538) is known color: Cabbage Pont. HEX triplet: 45, 55 and 38. RGB value is (69,85,56). Sum of RGB (Red+Green+Blue) = 69+85+56=210 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.86% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 56 (22.27% from 255 or 26.67% from 210); Max value from RGB is 85 - color contains mainly: green. Hex color #455538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455538 is #BAAAC7. Grayscale: #4D4D4D. Windows color (decimal): -12233416 or 3691845. OLE color: 3691845.
HSL color Cylindrical-coordinate representation of color #455538: hue angle of 93.1º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #455538 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 85 | 56 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.67 |
| HSL | 93.1º | 0.21% | 0.28% | - |
| HSV(B) | 93.1º | 0.34% | 0.33% | - |
| XYZ | 6.42 | 8.05 | 4.96 | - |
| YUV | 76.91 | 116.2 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 85 | 56 | 0.19 | 0 | 0.34 | 0.67 | 93.1 | 0.21 | 0.28 |
| Hex | 45 | 55 | 38 | 13 | 0 | 22 | 43 | 5D | 15 | 1C |
| Octal | 105 | 125 | 70 | 23 | 0 | 42 | 103 | 135 | 25 | 34 |
| Binary | 1000101 | 1010101 | 111000 | 10011 | 0 | 100010 | 1000011 | 1011101 | 10101 | 11100 |
Color Harmonies of #455538
Complementary color
Monochromatic Colors of #455538
Black with #455538
Text Example
Text Example
White with #455538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455538; }
p { color: rgb(69,85,56); }
H1.HeaderClassName
{
color: #455538;
}
.AnyTagClassName
{
color: #455538;
}
</style>
background-color css
<style>
a { background-color: #455538; }
a { background-color: rgb(69,85,56); }
div.DivClassName
{
background-color: #455538;
}
.BgClassName
{
background-color: #455538;
}
</style>
border-color css
<style>
span { border-color: #455538; }
span { border-color: rgb(69,85,56); }
td.TdClassName
{
border-color: #455538;
}
.TagClassName
{
border-color: #455538;
}
</style>