Shades of Cabbage Pont #455239
Tints of Cabbage Pont #455239
RGB
CMYK
RGB Variations
Color information
#455239 (or 0x455239) is known color: Cabbage Pont. HEX triplet: 45, 52 and 39. RGB value is (69,82,57). Sum of RGB (Red+Green+Blue) = 69+82+57=208 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.17% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 57 (22.66% from 255 or 27.40% from 208); Max value from RGB is 82 - color contains mainly: green. Hex color #455239 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455239 is #BAADC6. Grayscale: #4B4B4B. Windows color (decimal): -12234183 or 3756613. OLE color: 3756613.
HSL color Cylindrical-coordinate representation of color #455239: hue angle of 91.2º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #455239 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 82 | 57 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.68 |
| HSL | 91.2º | 0.18% | 0.27% | - |
| HSV(B) | 91.2º | 0.3% | 0.32% | - |
| XYZ | 6.21 | 7.6 | 5.01 | - |
| YUV | 75.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 82 | 57 | 0.16 | 0 | 0.30 | 0.68 | 91.2 | 0.18 | 0.27 |
| Hex | 45 | 52 | 39 | 10 | 0 | 1E | 44 | 5B | 12 | 1B |
| Octal | 105 | 122 | 71 | 20 | 0 | 36 | 104 | 133 | 22 | 33 |
| Binary | 1000101 | 1010010 | 111001 | 10000 | 0 | 11110 | 1000100 | 1011011 | 10010 | 11011 |
Color Harmonies of #455239
Complementary color
Monochromatic Colors of #455239
Black with #455239
Text Example
Text Example
White with #455239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455239; }
p { color: rgb(69,82,57); }
H1.HeaderClassName
{
color: #455239;
}
.AnyTagClassName
{
color: #455239;
}
</style>
background-color css
<style>
a { background-color: #455239; }
a { background-color: rgb(69,82,57); }
div.DivClassName
{
background-color: #455239;
}
.BgClassName
{
background-color: #455239;
}
</style>
border-color css
<style>
span { border-color: #455239; }
span { border-color: rgb(69,82,57); }
td.TdClassName
{
border-color: #455239;
}
.TagClassName
{
border-color: #455239;
}
</style>