Shades of Verdun Green #4A581F
Tints of Verdun Green #4A581F
RGB
CMYK
RGB Variations
Color information
#4A581F (or 0x4A581F) is known color: Verdun Green. HEX triplet: 4A, 58 and 1F. RGB value is (74,88,31). Sum of RGB (Red+Green+Blue) = 74+88+31=193 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.34% from 193); Green value is 88 (34.77% from 255 or 45.60% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 88 - color contains mainly: green. Hex color #4A581F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A581F is #B5A7E0. Grayscale: #4D4D4D. Windows color (decimal): -11904993 or 2054218. OLE color: 2054218.
HSL color Cylindrical-coordinate representation of color #4A581F: hue angle of 74.74º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A581F is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 88 | 31 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.65 |
| HSL | 74.74º | 0.48% | 0.23% | - |
| HSV(B) | 74.74º | 0.65% | 0.35% | - |
| XYZ | 6.56 | 8.53 | 2.6 | - |
| YUV | 77.32 | 101.86 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 88 | 31 | 0.16 | 0 | 0.65 | 0.65 | 74.74 | 0.48 | 0.23 |
| Hex | 4A | 58 | 1F | 10 | 0 | 41 | 41 | 4B | 30 | 17 |
| Octal | 112 | 130 | 37 | 20 | 0 | 101 | 101 | 113 | 60 | 27 |
| Binary | 1001010 | 1011000 | 11111 | 10000 | 0 | 1000001 | 1000001 | 1001011 | 110000 | 10111 |
Color Harmonies of #4A581F
Complementary color
Monochromatic Colors of #4A581F
Black with #4A581F
Text Example
Text Example
White with #4A581F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A581F; }
p { color: rgb(74,88,31); }
H1.HeaderClassName
{
color: #4A581F;
}
.AnyTagClassName
{
color: #4A581F;
}
</style>
background-color css
<style>
a { background-color: #4A581F; }
a { background-color: rgb(74,88,31); }
div.DivClassName
{
background-color: #4A581F;
}
.BgClassName
{
background-color: #4A581F;
}
</style>
border-color css
<style>
span { border-color: #4A581F; }
span { border-color: rgb(74,88,31); }
td.TdClassName
{
border-color: #4A581F;
}
.TagClassName
{
border-color: #4A581F;
}
</style>