Shades of Verdun Green #486B01
Tints of Verdun Green #486B01
RGB
CMYK
RGB Variations
Color information
#486B01 (or 0x486B01) is known color: Verdun Green. HEX triplet: 48, 6B and 01. RGB value is (72,107,1). Sum of RGB (Red+Green+Blue) = 72+107+1=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 107 (42.19% from 255 or 59.44% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 107 - color contains mainly: green. Hex color #486B01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486B01 is #B794FE. Grayscale: #545454. Windows color (decimal): -12031231 or 93000. OLE color: 93000.
HSL color Cylindrical-coordinate representation of color #486B01: hue angle of 79.81º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #486B01 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 107 | 1 | - |
| CMYK | 0.33 | 0 | 0.99 | 0.58 |
| HSL | 79.81º | 0.98% | 0.21% | - |
| HSV(B) | 79.81º | 0.99% | 0.42% | - |
| XYZ | 7.94 | 11.9 | 1.91 | - |
| YUV | 84.45 | 80.9 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 107 | 1 | 0.33 | 0 | 0.99 | 0.58 | 79.81 | 0.98 | 0.21 |
| Hex | 48 | 6B | 1 | 21 | 0 | 63 | 3A | 50 | 62 | 15 |
| Octal | 110 | 153 | 1 | 41 | 0 | 143 | 72 | 120 | 142 | 25 |
| Binary | 1001000 | 1101011 | 1 | 100001 | 0 | 1100011 | 111010 | 1010000 | 1100010 | 10101 |
Color Harmonies of #486B01
Complementary color
Monochromatic Colors of #486B01
Black with #486B01
Text Example
Text Example
White with #486B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486B01; }
p { color: rgb(72,107,1); }
H1.HeaderClassName
{
color: #486B01;
}
.AnyTagClassName
{
color: #486B01;
}
</style>
background-color css
<style>
a { background-color: #486B01; }
a { background-color: rgb(72,107,1); }
div.DivClassName
{
background-color: #486B01;
}
.BgClassName
{
background-color: #486B01;
}
</style>
border-color css
<style>
span { border-color: #486B01; }
span { border-color: rgb(72,107,1); }
td.TdClassName
{
border-color: #486B01;
}
.TagClassName
{
border-color: #486B01;
}
</style>