Shades of Verdun Green #4A530B
Tints of Verdun Green #4A530B
RGB
CMYK
RGB Variations
Color information
#4A530B (or 0x4A530B) is known color: Verdun Green. HEX triplet: 4A, 53 and 0B. RGB value is (74,83,11). Sum of RGB (Red+Green+Blue) = 74+83+11=168 (22% of max value = 765). Red value is 74 (29.30% from 255 or 44.05% from 168); Green value is 83 (32.81% from 255 or 49.40% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 83 - color contains mainly: green. Hex color #4A530B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A530B is #B5ACF4. Grayscale: #484848. Windows color (decimal): -11906293 or 742218. OLE color: 742218.
HSL color Cylindrical-coordinate representation of color #4A530B: hue angle of 67.5º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4A530B is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 83 | 11 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.67 |
| HSL | 67.5º | 0.77% | 0.18% | - |
| HSV(B) | 67.5º | 0.87% | 0.33% | - |
| XYZ | 5.98 | 7.67 | 1.48 | - |
| YUV | 72.1 | 93.52 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 83 | 11 | 0.11 | 0 | 0.87 | 0.67 | 67.5 | 0.77 | 0.18 |
| Hex | 4A | 53 | B | B | 0 | 57 | 43 | 44 | 4D | 12 |
| Octal | 112 | 123 | 13 | 13 | 0 | 127 | 103 | 104 | 115 | 22 |
| Binary | 1001010 | 1010011 | 1011 | 1011 | 0 | 1010111 | 1000011 | 1000100 | 1001101 | 10010 |
Color Harmonies of #4A530B
Complementary color
Monochromatic Colors of #4A530B
Black with #4A530B
Text Example
Text Example
White with #4A530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A530B; }
p { color: rgb(74,83,11); }
H1.HeaderClassName
{
color: #4A530B;
}
.AnyTagClassName
{
color: #4A530B;
}
</style>
background-color css
<style>
a { background-color: #4A530B; }
a { background-color: rgb(74,83,11); }
div.DivClassName
{
background-color: #4A530B;
}
.BgClassName
{
background-color: #4A530B;
}
</style>
border-color css
<style>
span { border-color: #4A530B; }
span { border-color: rgb(74,83,11); }
td.TdClassName
{
border-color: #4A530B;
}
.TagClassName
{
border-color: #4A530B;
}
</style>