Shades of Verdun Green #4A5008
Tints of Verdun Green #4A5008
RGB
CMYK
RGB Variations
Color information
#4A5008 (or 0x4A5008) is known color: Verdun Green. HEX triplet: 4A, 50 and 08. RGB value is (74,80,8). Sum of RGB (Red+Green+Blue) = 74+80+8=162 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.68% from 162); Green value is 80 (31.64% from 255 or 49.38% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 80 - color contains mainly: green. Hex color #4A5008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5008 is #B5AFF7. Grayscale: #464646. Windows color (decimal): -11907064 or 544842. OLE color: 544842.
HSL color Cylindrical-coordinate representation of color #4A5008: hue angle of 65º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4A5008 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 80 | 8 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.69 |
| HSL | 65º | 0.82% | 0.17% | - |
| HSV(B) | 65º | 0.9% | 0.31% | - |
| XYZ | 5.74 | 7.21 | 1.32 | - |
| YUV | 70 | 93.01 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 80 | 8 | 0.08 | 0 | 0.90 | 0.69 | 65 | 0.82 | 0.17 |
| Hex | 4A | 50 | 8 | 8 | 0 | 5A | 45 | 41 | 52 | 11 |
| Octal | 112 | 120 | 10 | 10 | 0 | 132 | 105 | 101 | 122 | 21 |
| Binary | 1001010 | 1010000 | 1000 | 1000 | 0 | 1011010 | 1000101 | 1000001 | 1010010 | 10001 |
Color Harmonies of #4A5008
Complementary color
Monochromatic Colors of #4A5008
Black with #4A5008
Text Example
Text Example
White with #4A5008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5008; }
p { color: rgb(74,80,8); }
H1.HeaderClassName
{
color: #4A5008;
}
.AnyTagClassName
{
color: #4A5008;
}
</style>
background-color css
<style>
a { background-color: #4A5008; }
a { background-color: rgb(74,80,8); }
div.DivClassName
{
background-color: #4A5008;
}
.BgClassName
{
background-color: #4A5008;
}
</style>
border-color css
<style>
span { border-color: #4A5008; }
span { border-color: rgb(74,80,8); }
td.TdClassName
{
border-color: #4A5008;
}
.TagClassName
{
border-color: #4A5008;
}
</style>