Shades of Verdun Green #414B0C
Tints of Verdun Green #414B0C
RGB
CMYK
RGB Variations
Color information
#414B0C (or 0x414B0C) is known color: Verdun Green. HEX triplet: 41, 4B and 0C. RGB value is (65,75,12). Sum of RGB (Red+Green+Blue) = 65+75+12=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 75 (29.69% from 255 or 49.34% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 75 - color contains mainly: green. Hex color #414B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414B0C is #BEB4F3. Grayscale: #414141. Windows color (decimal): -12498164 or 805697. OLE color: 805697.
HSL color Cylindrical-coordinate representation of color #414B0C: hue angle of 69.52º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #414B0C is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 75 | 12 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.71 |
| HSL | 69.52º | 0.72% | 0.17% | - |
| HSV(B) | 69.52º | 0.84% | 0.29% | - |
| XYZ | 4.76 | 6.18 | 1.29 | - |
| YUV | 64.83 | 98.19 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 75 | 12 | 0.13 | 0 | 0.84 | 0.71 | 69.52 | 0.72 | 0.17 |
| Hex | 41 | 4B | C | D | 0 | 54 | 47 | 46 | 48 | 11 |
| Octal | 101 | 113 | 14 | 15 | 0 | 124 | 107 | 106 | 110 | 21 |
| Binary | 1000001 | 1001011 | 1100 | 1101 | 0 | 1010100 | 1000111 | 1000110 | 1001000 | 10001 |
Color Harmonies of #414B0C
Complementary color
Monochromatic Colors of #414B0C
Black with #414B0C
Text Example
Text Example
White with #414B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414B0C; }
p { color: rgb(65,75,12); }
H1.HeaderClassName
{
color: #414B0C;
}
.AnyTagClassName
{
color: #414B0C;
}
</style>
background-color css
<style>
a { background-color: #414B0C; }
a { background-color: rgb(65,75,12); }
div.DivClassName
{
background-color: #414B0C;
}
.BgClassName
{
background-color: #414B0C;
}
</style>
border-color css
<style>
span { border-color: #414B0C; }
span { border-color: rgb(65,75,12); }
td.TdClassName
{
border-color: #414B0C;
}
.TagClassName
{
border-color: #414B0C;
}
</style>