Shades of Verdun Green #4C621B
Tints of Verdun Green #4C621B
RGB
CMYK
RGB Variations
Color information
#4C621B (or 0x4C621B) is known color: Verdun Green. HEX triplet: 4C, 62 and 1B. RGB value is (76,98,27). Sum of RGB (Red+Green+Blue) = 76+98+27=201 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.81% from 201); Green value is 98 (38.67% from 255 or 48.76% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 98 - color contains mainly: green. Hex color #4C621B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C621B is #B39DE4. Grayscale: #535353. Windows color (decimal): -11771365 or 1794636. OLE color: 1794636.
HSL color Cylindrical-coordinate representation of color #4C621B: hue angle of 78.59º 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 #4C621B is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 98 | 27 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.62 |
| HSL | 78.59º | 0.57% | 0.25% | - |
| HSV(B) | 78.59º | 0.72% | 0.38% | - |
| XYZ | 7.55 | 10.35 | 2.64 | - |
| YUV | 83.33 | 96.21 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 98 | 27 | 0.22 | 0 | 0.72 | 0.62 | 78.59 | 0.57 | 0.25 |
| Hex | 4C | 62 | 1B | 16 | 0 | 48 | 3E | 4F | 39 | 19 |
| Octal | 114 | 142 | 33 | 26 | 0 | 110 | 76 | 117 | 71 | 31 |
| Binary | 1001100 | 1100010 | 11011 | 10110 | 0 | 1001000 | 111110 | 1001111 | 111001 | 11001 |
Color Harmonies of #4C621B
Complementary color
Monochromatic Colors of #4C621B
Black with #4C621B
Text Example
Text Example
White with #4C621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C621B; }
p { color: rgb(76,98,27); }
H1.HeaderClassName
{
color: #4C621B;
}
.AnyTagClassName
{
color: #4C621B;
}
</style>
background-color css
<style>
a { background-color: #4C621B; }
a { background-color: rgb(76,98,27); }
div.DivClassName
{
background-color: #4C621B;
}
.BgClassName
{
background-color: #4C621B;
}
</style>
border-color css
<style>
span { border-color: #4C621B; }
span { border-color: rgb(76,98,27); }
td.TdClassName
{
border-color: #4C621B;
}
.TagClassName
{
border-color: #4C621B;
}
</style>