Shades of Verdun Green #47621B
Tints of Verdun Green #47621B
RGB
CMYK
RGB Variations
Color information
#47621B (or 0x47621B) is known color: Verdun Green. HEX triplet: 47, 62 and 1B. RGB value is (71,98,27). Sum of RGB (Red+Green+Blue) = 71+98+27=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 98 (38.67% from 255 or 50% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 98 - color contains mainly: green. Hex color #47621B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47621B is #B89DE4. Grayscale: #525252. Windows color (decimal): -12099045 or 1794631. OLE color: 1794631.
HSL color Cylindrical-coordinate representation of color #47621B: hue angle of 82.82º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47621B is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 98 | 27 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.62 |
| HSL | 82.82º | 0.57% | 0.25% | - |
| HSV(B) | 82.82º | 0.72% | 0.38% | - |
| XYZ | 7.16 | 10.15 | 2.62 | - |
| YUV | 81.83 | 97.05 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 98 | 27 | 0.28 | 0 | 0.72 | 0.62 | 82.82 | 0.57 | 0.25 |
| Hex | 47 | 62 | 1B | 1C | 0 | 48 | 3E | 53 | 39 | 19 |
| Octal | 107 | 142 | 33 | 34 | 0 | 110 | 76 | 123 | 71 | 31 |
| Binary | 1000111 | 1100010 | 11011 | 11100 | 0 | 1001000 | 111110 | 1010011 | 111001 | 11001 |
Color Harmonies of #47621B
Complementary color
Monochromatic Colors of #47621B
Black with #47621B
Text Example
Text Example
White with #47621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47621B; }
p { color: rgb(71,98,27); }
H1.HeaderClassName
{
color: #47621B;
}
.AnyTagClassName
{
color: #47621B;
}
</style>
background-color css
<style>
a { background-color: #47621B; }
a { background-color: rgb(71,98,27); }
div.DivClassName
{
background-color: #47621B;
}
.BgClassName
{
background-color: #47621B;
}
</style>
border-color css
<style>
span { border-color: #47621B; }
span { border-color: rgb(71,98,27); }
td.TdClassName
{
border-color: #47621B;
}
.TagClassName
{
border-color: #47621B;
}
</style>