Shades of Verdun Green #4C5308
Tints of Verdun Green #4C5308
RGB
CMYK
RGB Variations
Color information
#4C5308 (or 0x4C5308) is known color: Verdun Green. HEX triplet: 4C, 53 and 08. RGB value is (76,83,8). Sum of RGB (Red+Green+Blue) = 76+83+8=167 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.51% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 8 (3.52% from 255 or 4.79% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #4C5308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5308 is #B3ACF7. Grayscale: #484848. Windows color (decimal): -11775224 or 545612. OLE color: 545612.
HSL color Cylindrical-coordinate representation of color #4C5308: hue angle of 65.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C5308 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 83 | 8 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.67 |
| HSL | 65.6º | 0.82% | 0.18% | - |
| HSV(B) | 65.6º | 0.9% | 0.33% | - |
| XYZ | 6.12 | 7.74 | 1.4 | - |
| YUV | 72.36 | 91.68 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 83 | 8 | 0.08 | 0 | 0.90 | 0.67 | 65.6 | 0.82 | 0.18 |
| Hex | 4C | 53 | 8 | 8 | 0 | 5A | 43 | 42 | 52 | 12 |
| Octal | 114 | 123 | 10 | 10 | 0 | 132 | 103 | 102 | 122 | 22 |
| Binary | 1001100 | 1010011 | 1000 | 1000 | 0 | 1011010 | 1000011 | 1000010 | 1010010 | 10010 |
Color Harmonies of #4C5308
Complementary color
Monochromatic Colors of #4C5308
Black with #4C5308
Text Example
Text Example
White with #4C5308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5308; }
p { color: rgb(76,83,8); }
H1.HeaderClassName
{
color: #4C5308;
}
.AnyTagClassName
{
color: #4C5308;
}
</style>
background-color css
<style>
a { background-color: #4C5308; }
a { background-color: rgb(76,83,8); }
div.DivClassName
{
background-color: #4C5308;
}
.BgClassName
{
background-color: #4C5308;
}
</style>
border-color css
<style>
span { border-color: #4C5308; }
span { border-color: rgb(76,83,8); }
td.TdClassName
{
border-color: #4C5308;
}
.TagClassName
{
border-color: #4C5308;
}
</style>