Shades of Verdun Green #486203
Tints of Verdun Green #486203
RGB
CMYK
RGB Variations
Color information
#486203 (or 0x486203) is known color: Verdun Green. HEX triplet: 48, 62 and 03. RGB value is (72,98,3). Sum of RGB (Red+Green+Blue) = 72+98+3=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 98 (38.67% from 255 or 56.65% from 173); Blue value is 3 (1.56% from 255 or 1.73% from 173); Max value from RGB is 98 - color contains mainly: green. Hex color #486203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486203 is #B79DFC. Grayscale: #4F4F4F. Windows color (decimal): -12033533 or 221768. OLE color: 221768.
HSL color Cylindrical-coordinate representation of color #486203: hue angle of 76.42º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #486203 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 98 | 3 | - |
| CMYK | 0.27 | 0 | 0.97 | 0.62 |
| HSL | 76.42º | 0.94% | 0.2% | - |
| HSV(B) | 76.42º | 0.97% | 0.38% | - |
| XYZ | 7.06 | 10.12 | 1.67 | - |
| YUV | 79.4 | 84.89 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 98 | 3 | 0.27 | 0 | 0.97 | 0.62 | 76.42 | 0.94 | 0.2 |
| Hex | 48 | 62 | 3 | 1B | 0 | 61 | 3E | 4C | 5E | 14 |
| Octal | 110 | 142 | 3 | 33 | 0 | 141 | 76 | 114 | 136 | 24 |
| Binary | 1001000 | 1100010 | 11 | 11011 | 0 | 1100001 | 111110 | 1001100 | 1011110 | 10100 |
Color Harmonies of #486203
Complementary color
Monochromatic Colors of #486203
Black with #486203
Text Example
Text Example
White with #486203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486203; }
p { color: rgb(72,98,3); }
H1.HeaderClassName
{
color: #486203;
}
.AnyTagClassName
{
color: #486203;
}
</style>
background-color css
<style>
a { background-color: #486203; }
a { background-color: rgb(72,98,3); }
div.DivClassName
{
background-color: #486203;
}
.BgClassName
{
background-color: #486203;
}
</style>
border-color css
<style>
span { border-color: #486203; }
span { border-color: rgb(72,98,3); }
td.TdClassName
{
border-color: #486203;
}
.TagClassName
{
border-color: #486203;
}
</style>