Shades of Verdun Green #475001
Tints of Verdun Green #475001
RGB
CMYK
RGB Variations
Color information
#475001 (or 0x475001) is known color: Verdun Green. HEX triplet: 47, 50 and 01. RGB value is (71,80,1). Sum of RGB (Red+Green+Blue) = 71+80+1=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 80 (31.64% from 255 or 52.63% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 80 - color contains mainly: green. Hex color #475001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475001 is #B8AFFE. Grayscale: #444444. Windows color (decimal): -12103679 or 86087. OLE color: 86087.
HSL color Cylindrical-coordinate representation of color #475001: hue angle of 66.84º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #475001 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 80 | 1 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.69 |
| HSL | 66.84º | 0.98% | 0.16% | - |
| HSV(B) | 66.84º | 0.99% | 0.31% | - |
| XYZ | 5.47 | 7.08 | 1.11 | - |
| YUV | 68.3 | 90.02 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 80 | 1 | 0.11 | 0 | 0.99 | 0.69 | 66.84 | 0.98 | 0.16 |
| Hex | 47 | 50 | 1 | B | 0 | 63 | 45 | 43 | 62 | 10 |
| Octal | 107 | 120 | 1 | 13 | 0 | 143 | 105 | 103 | 142 | 20 |
| Binary | 1000111 | 1010000 | 1 | 1011 | 0 | 1100011 | 1000101 | 1000011 | 1100010 | 10000 |
Color Harmonies of #475001
Complementary color
Monochromatic Colors of #475001
Black with #475001
Text Example
Text Example
White with #475001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475001; }
p { color: rgb(71,80,1); }
H1.HeaderClassName
{
color: #475001;
}
.AnyTagClassName
{
color: #475001;
}
</style>
background-color css
<style>
a { background-color: #475001; }
a { background-color: rgb(71,80,1); }
div.DivClassName
{
background-color: #475001;
}
.BgClassName
{
background-color: #475001;
}
</style>
border-color css
<style>
span { border-color: #475001; }
span { border-color: rgb(71,80,1); }
td.TdClassName
{
border-color: #475001;
}
.TagClassName
{
border-color: #475001;
}
</style>