Shades of Cabbage Pont #485A3F
Tints of Cabbage Pont #485A3F
RGB
CMYK
RGB Variations
Color information
#485A3F (or 0x485A3F) is known color: Cabbage Pont. HEX triplet: 48, 5A and 3F. RGB value is (72,90,63). Sum of RGB (Red+Green+Blue) = 72+90+63=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 90 - color contains mainly: green. Hex color #485A3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485A3F is #B7A5C0. Grayscale: #515151. Windows color (decimal): -12035521 or 4151880. OLE color: 4151880.
HSL color Cylindrical-coordinate representation of color #485A3F: hue angle of 100º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #485A3F is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 90 | 63 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.65 |
| HSL | 100º | 0.18% | 0.3% | - |
| HSV(B) | 100º | 0.3% | 0.35% | - |
| XYZ | 7.23 | 9.05 | 6.07 | - |
| YUV | 81.54 | 117.54 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 90 | 63 | 0.20 | 0 | 0.30 | 0.65 | 100 | 0.18 | 0.3 |
| Hex | 48 | 5A | 3F | 14 | 0 | 1E | 41 | 64 | 12 | 1E |
| Octal | 110 | 132 | 77 | 24 | 0 | 36 | 101 | 144 | 22 | 36 |
| Binary | 1001000 | 1011010 | 111111 | 10100 | 0 | 11110 | 1000001 | 1100100 | 10010 | 11110 |
Color Harmonies of #485A3F
Complementary color
Monochromatic Colors of #485A3F
Black with #485A3F
Text Example
Text Example
White with #485A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485A3F; }
p { color: rgb(72,90,63); }
H1.HeaderClassName
{
color: #485A3F;
}
.AnyTagClassName
{
color: #485A3F;
}
</style>
background-color css
<style>
a { background-color: #485A3F; }
a { background-color: rgb(72,90,63); }
div.DivClassName
{
background-color: #485A3F;
}
.BgClassName
{
background-color: #485A3F;
}
</style>
border-color css
<style>
span { border-color: #485A3F; }
span { border-color: rgb(72,90,63); }
td.TdClassName
{
border-color: #485A3F;
}
.TagClassName
{
border-color: #485A3F;
}
</style>