Shades of Cabbage Pont #485A3B
Tints of Cabbage Pont #485A3B
RGB
CMYK
RGB Variations
Color information
#485A3B (or 0x485A3B) is known color: Cabbage Pont. HEX triplet: 48, 5A and 3B. RGB value is (72,90,59). Sum of RGB (Red+Green+Blue) = 72+90+59=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 90 (35.55% from 255 or 40.72% from 221); Blue value is 59 (23.44% from 255 or 26.70% from 221); Max value from RGB is 90 - color contains mainly: green. Hex color #485A3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485A3B is #B7A5C4. Grayscale: #515151. Windows color (decimal): -12035525 or 3889736. OLE color: 3889736.
HSL color Cylindrical-coordinate representation of color #485A3B: hue angle of 94.84º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #485A3B is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 90 | 59 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.65 |
| HSL | 94.84º | 0.21% | 0.29% | - |
| HSV(B) | 94.84º | 0.34% | 0.35% | - |
| XYZ | 7.12 | 9.01 | 5.5 | - |
| YUV | 81.08 | 115.54 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 90 | 59 | 0.20 | 0 | 0.34 | 0.65 | 94.84 | 0.21 | 0.29 |
| Hex | 48 | 5A | 3B | 14 | 0 | 22 | 41 | 5F | 15 | 1D |
| Octal | 110 | 132 | 73 | 24 | 0 | 42 | 101 | 137 | 25 | 35 |
| Binary | 1001000 | 1011010 | 111011 | 10100 | 0 | 100010 | 1000001 | 1011111 | 10101 | 11101 |
Color Harmonies of #485A3B
Complementary color
Monochromatic Colors of #485A3B
Black with #485A3B
Text Example
Text Example
White with #485A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485A3B; }
p { color: rgb(72,90,59); }
H1.HeaderClassName
{
color: #485A3B;
}
.AnyTagClassName
{
color: #485A3B;
}
</style>
background-color css
<style>
a { background-color: #485A3B; }
a { background-color: rgb(72,90,59); }
div.DivClassName
{
background-color: #485A3B;
}
.BgClassName
{
background-color: #485A3B;
}
</style>
border-color css
<style>
span { border-color: #485A3B; }
span { border-color: rgb(72,90,59); }
td.TdClassName
{
border-color: #485A3B;
}
.TagClassName
{
border-color: #485A3B;
}
</style>