Shades of Verdun Green #485701
Tints of Verdun Green #485701
RGB
CMYK
RGB Variations
Color information
#485701 (or 0x485701) is known color: Verdun Green. HEX triplet: 48, 57 and 01. RGB value is (72,87,1). Sum of RGB (Red+Green+Blue) = 72+87+1=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 87 (34.38% from 255 or 54.38% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 87 - color contains mainly: green. Hex color #485701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485701 is #B7A8FE. Grayscale: #494949. Windows color (decimal): -12036351 or 87880. OLE color: 87880.
HSL color Cylindrical-coordinate representation of color #485701: hue angle of 70.47º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #485701 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 72 | 87 | 1 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.66 |
| HSL | 70.47º | 0.98% | 0.17% | - |
| HSV(B) | 70.47º | 0.99% | 0.34% | - |
| XYZ | 6.09 | 8.2 | 1.29 | - |
| YUV | 72.71 | 87.53 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 87 | 1 | 0.17 | 0 | 0.99 | 0.66 | 70.47 | 0.98 | 0.17 |
| Hex | 48 | 57 | 1 | 11 | 0 | 63 | 42 | 46 | 62 | 11 |
| Octal | 110 | 127 | 1 | 21 | 0 | 143 | 102 | 106 | 142 | 21 |
| Binary | 1001000 | 1010111 | 1 | 10001 | 0 | 1100011 | 1000010 | 1000110 | 1100010 | 10001 |
Color Harmonies of #485701
Complementary color
Monochromatic Colors of #485701
Black with #485701
Text Example
Text Example
White with #485701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485701; }
p { color: rgb(72,87,1); }
H1.HeaderClassName
{
color: #485701;
}
.AnyTagClassName
{
color: #485701;
}
</style>
background-color css
<style>
a { background-color: #485701; }
a { background-color: rgb(72,87,1); }
div.DivClassName
{
background-color: #485701;
}
.BgClassName
{
background-color: #485701;
}
</style>
border-color css
<style>
span { border-color: #485701; }
span { border-color: rgb(72,87,1); }
td.TdClassName
{
border-color: #485701;
}
.TagClassName
{
border-color: #485701;
}
</style>