Shades of Verdun Green #4A5701
Tints of Verdun Green #4A5701
RGB
CMYK
RGB Variations
Color information
#4A5701 (or 0x4A5701) is known color: Verdun Green. HEX triplet: 4A, 57 and 01. RGB value is (74,87,1). Sum of RGB (Red+Green+Blue) = 74+87+1=162 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.68% from 162); Green value is 87 (34.38% from 255 or 53.70% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 87 - color contains mainly: green. Hex color #4A5701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5701 is #B5A8FE. Grayscale: #494949. Windows color (decimal): -11905279 or 87882. OLE color: 87882.
HSL color Cylindrical-coordinate representation of color #4A5701: hue angle of 69.07º 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 #4A5701 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 87 | 1 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.66 |
| HSL | 69.07º | 0.98% | 0.17% | - |
| HSV(B) | 69.07º | 0.99% | 0.34% | - |
| XYZ | 6.24 | 8.27 | 1.3 | - |
| YUV | 73.31 | 87.19 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 87 | 1 | 0.15 | 0 | 0.99 | 0.66 | 69.07 | 0.98 | 0.17 |
| Hex | 4A | 57 | 1 | F | 0 | 63 | 42 | 45 | 62 | 11 |
| Octal | 112 | 127 | 1 | 17 | 0 | 143 | 102 | 105 | 142 | 21 |
| Binary | 1001010 | 1010111 | 1 | 1111 | 0 | 1100011 | 1000010 | 1000101 | 1100010 | 10001 |
Color Harmonies of #4A5701
Complementary color
Monochromatic Colors of #4A5701
Black with #4A5701
Text Example
Text Example
White with #4A5701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5701; }
p { color: rgb(74,87,1); }
H1.HeaderClassName
{
color: #4A5701;
}
.AnyTagClassName
{
color: #4A5701;
}
</style>
background-color css
<style>
a { background-color: #4A5701; }
a { background-color: rgb(74,87,1); }
div.DivClassName
{
background-color: #4A5701;
}
.BgClassName
{
background-color: #4A5701;
}
</style>
border-color css
<style>
span { border-color: #4A5701; }
span { border-color: rgb(74,87,1); }
td.TdClassName
{
border-color: #4A5701;
}
.TagClassName
{
border-color: #4A5701;
}
</style>