Shades of Cabbage Pont #485B3A
Tints of Cabbage Pont #485B3A
RGB
CMYK
RGB Variations
Color information
#485B3A (or 0x485B3A) is known color: Cabbage Pont. HEX triplet: 48, 5B and 3A. RGB value is (72,91,58). Sum of RGB (Red+Green+Blue) = 72+91+58=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 91 (35.94% from 255 or 41.18% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 91 - color contains mainly: green. Hex color #485B3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485B3A is #B7A4C5. Grayscale: #515151. Windows color (decimal): -12035270 or 3824456. OLE color: 3824456.
HSL color Cylindrical-coordinate representation of color #485B3A: hue angle of 94.55º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #485B3A is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 91 | 58 | - |
| CMYK | 0.21 | 0 | 0.36 | 0.64 |
| HSL | 94.55º | 0.22% | 0.29% | - |
| HSV(B) | 94.55º | 0.36% | 0.36% | - |
| XYZ | 7.18 | 9.17 | 5.39 | - |
| YUV | 81.56 | 114.71 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 91 | 58 | 0.21 | 0 | 0.36 | 0.64 | 94.55 | 0.22 | 0.29 |
| Hex | 48 | 5B | 3A | 15 | 0 | 24 | 40 | 5F | 16 | 1D |
| Octal | 110 | 133 | 72 | 25 | 0 | 44 | 100 | 137 | 26 | 35 |
| Binary | 1001000 | 1011011 | 111010 | 10101 | 0 | 100100 | 1000000 | 1011111 | 10110 | 11101 |
Color Harmonies of #485B3A
Complementary color
Monochromatic Colors of #485B3A
Black with #485B3A
Text Example
Text Example
White with #485B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485B3A; }
p { color: rgb(72,91,58); }
H1.HeaderClassName
{
color: #485B3A;
}
.AnyTagClassName
{
color: #485B3A;
}
</style>
background-color css
<style>
a { background-color: #485B3A; }
a { background-color: rgb(72,91,58); }
div.DivClassName
{
background-color: #485B3A;
}
.BgClassName
{
background-color: #485B3A;
}
</style>
border-color css
<style>
span { border-color: #485B3A; }
span { border-color: rgb(72,91,58); }
td.TdClassName
{
border-color: #485B3A;
}
.TagClassName
{
border-color: #485B3A;
}
</style>