Shades of Cabbage Pont #485938
Tints of Cabbage Pont #485938
RGB
CMYK
RGB Variations
Color information
#485938 (or 0x485938) is known color: Cabbage Pont. HEX triplet: 48, 59 and 38. RGB value is (72,89,56). Sum of RGB (Red+Green+Blue) = 72+89+56=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 89 - color contains mainly: green. Hex color #485938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485938 is #B7A6C7. Grayscale: #505050. Windows color (decimal): -12035784 or 3692872. OLE color: 3692872.
HSL color Cylindrical-coordinate representation of color #485938: hue angle of 90.91º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #485938 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 89 | 56 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.65 |
| HSL | 90.91º | 0.23% | 0.28% | - |
| HSV(B) | 90.91º | 0.37% | 0.35% | - |
| XYZ | 6.96 | 8.81 | 5.07 | - |
| YUV | 80.16 | 114.37 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 89 | 56 | 0.19 | 0 | 0.37 | 0.65 | 90.91 | 0.23 | 0.28 |
| Hex | 48 | 59 | 38 | 13 | 0 | 25 | 41 | 5B | 17 | 1C |
| Octal | 110 | 131 | 70 | 23 | 0 | 45 | 101 | 133 | 27 | 34 |
| Binary | 1001000 | 1011001 | 111000 | 10011 | 0 | 100101 | 1000001 | 1011011 | 10111 | 11100 |
Color Harmonies of #485938
Complementary color
Monochromatic Colors of #485938
Black with #485938
Text Example
Text Example
White with #485938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485938; }
p { color: rgb(72,89,56); }
H1.HeaderClassName
{
color: #485938;
}
.AnyTagClassName
{
color: #485938;
}
</style>
background-color css
<style>
a { background-color: #485938; }
a { background-color: rgb(72,89,56); }
div.DivClassName
{
background-color: #485938;
}
.BgClassName
{
background-color: #485938;
}
</style>
border-color css
<style>
span { border-color: #485938; }
span { border-color: rgb(72,89,56); }
td.TdClassName
{
border-color: #485938;
}
.TagClassName
{
border-color: #485938;
}
</style>