Shades of Verdun Green #4F5308
Tints of Verdun Green #4F5308
RGB
CMYK
RGB Variations
Color information
#4F5308 (or 0x4F5308) is known color: Verdun Green. HEX triplet: 4F, 53 and 08. RGB value is (79,83,8). Sum of RGB (Red+Green+Blue) = 79+83+8=170 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.47% from 170); Green value is 83 (32.81% from 255 or 48.82% from 170); Blue value is 8 (3.52% from 255 or 4.71% from 170); Max value from RGB is 83 - color contains mainly: green. Hex color #4F5308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5308 is #B0ACF7. Grayscale: #494949. Windows color (decimal): -11578616 or 545615. OLE color: 545615.
HSL color Cylindrical-coordinate representation of color #4F5308: hue angle of 63.2º 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 #4F5308 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 83 | 8 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.67 |
| HSL | 63.2º | 0.82% | 0.18% | - |
| HSV(B) | 63.2º | 0.9% | 0.33% | - |
| XYZ | 6.36 | 7.87 | 1.41 | - |
| YUV | 73.25 | 91.17 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 83 | 8 | 0.05 | 0 | 0.90 | 0.67 | 63.2 | 0.82 | 0.18 |
| Hex | 4F | 53 | 8 | 5 | 0 | 5A | 43 | 3F | 52 | 12 |
| Octal | 117 | 123 | 10 | 5 | 0 | 132 | 103 | 77 | 122 | 22 |
| Binary | 1001111 | 1010011 | 1000 | 101 | 0 | 1011010 | 1000011 | 111111 | 1010010 | 10010 |
Color Harmonies of #4F5308
Complementary color
Monochromatic Colors of #4F5308
Black with #4F5308
Text Example
Text Example
White with #4F5308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5308; }
p { color: rgb(79,83,8); }
H1.HeaderClassName
{
color: #4F5308;
}
.AnyTagClassName
{
color: #4F5308;
}
</style>
background-color css
<style>
a { background-color: #4F5308; }
a { background-color: rgb(79,83,8); }
div.DivClassName
{
background-color: #4F5308;
}
.BgClassName
{
background-color: #4F5308;
}
</style>
border-color css
<style>
span { border-color: #4F5308; }
span { border-color: rgb(79,83,8); }
td.TdClassName
{
border-color: #4F5308;
}
.TagClassName
{
border-color: #4F5308;
}
</style>