Shades of Cabbage Pont #485A3A
Tints of Cabbage Pont #485A3A
RGB
CMYK
RGB Variations
Color information
#485A3A (or 0x485A3A) is known color: Cabbage Pont. HEX triplet: 48, 5A and 3A. RGB value is (72,90,58). Sum of RGB (Red+Green+Blue) = 72+90+58=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 90 - color contains mainly: green. Hex color #485A3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485A3A is #B7A5C5. Grayscale: #515151. Windows color (decimal): -12035526 or 3824200. OLE color: 3824200.
HSL color Cylindrical-coordinate representation of color #485A3A: hue angle of 93.75º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #485A3A is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 90 | 58 | - |
| CMYK | 0.20 | 0 | 0.36 | 0.65 |
| HSL | 93.75º | 0.22% | 0.29% | - |
| HSV(B) | 93.75º | 0.36% | 0.35% | - |
| XYZ | 7.09 | 9 | 5.37 | - |
| YUV | 80.97 | 115.04 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 90 | 58 | 0.20 | 0 | 0.36 | 0.65 | 93.75 | 0.22 | 0.29 |
| Hex | 48 | 5A | 3A | 14 | 0 | 24 | 41 | 5E | 16 | 1D |
| Octal | 110 | 132 | 72 | 24 | 0 | 44 | 101 | 136 | 26 | 35 |
| Binary | 1001000 | 1011010 | 111010 | 10100 | 0 | 100100 | 1000001 | 1011110 | 10110 | 11101 |
Color Harmonies of #485A3A
Complementary color
Monochromatic Colors of #485A3A
Black with #485A3A
Text Example
Text Example
White with #485A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485A3A; }
p { color: rgb(72,90,58); }
H1.HeaderClassName
{
color: #485A3A;
}
.AnyTagClassName
{
color: #485A3A;
}
</style>
background-color css
<style>
a { background-color: #485A3A; }
a { background-color: rgb(72,90,58); }
div.DivClassName
{
background-color: #485A3A;
}
.BgClassName
{
background-color: #485A3A;
}
</style>
border-color css
<style>
span { border-color: #485A3A; }
span { border-color: rgb(72,90,58); }
td.TdClassName
{
border-color: #485A3A;
}
.TagClassName
{
border-color: #485A3A;
}
</style>