Shades of Verdun Green #426C0C
Tints of Verdun Green #426C0C
RGB
CMYK
RGB Variations
Color information
#426C0C (or 0x426C0C) is known color: Verdun Green. HEX triplet: 42, 6C and 0C. RGB value is (66,108,12). Sum of RGB (Red+Green+Blue) = 66+108+12=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 108 (42.58% from 255 or 58.06% from 186); Blue value is 12 (5.08% from 255 or 6.45% from 186); Max value from RGB is 108 - color contains mainly: green. Hex color #426C0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426C0C is #BD93F3. Grayscale: #545454. Windows color (decimal): -12424180 or 814146. OLE color: 814146.
HSL color Cylindrical-coordinate representation of color #426C0C: hue angle of 86.25º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #426C0C is Cyan = 0.39, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 108 | 12 | - |
| CMYK | 0.39 | 0 | 0.89 | 0.58 |
| HSL | 86.25º | 0.8% | 0.24% | - |
| HSV(B) | 86.25º | 0.89% | 0.42% | - |
| XYZ | 7.68 | 11.91 | 2.24 | - |
| YUV | 84.5 | 87.09 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 108 | 12 | 0.39 | 0 | 0.89 | 0.58 | 86.25 | 0.8 | 0.24 |
| Hex | 42 | 6C | C | 27 | 0 | 59 | 3A | 56 | 50 | 18 |
| Octal | 102 | 154 | 14 | 47 | 0 | 131 | 72 | 126 | 120 | 30 |
| Binary | 1000010 | 1101100 | 1100 | 100111 | 0 | 1011001 | 111010 | 1010110 | 1010000 | 11000 |
Color Harmonies of #426C0C
Complementary color
Monochromatic Colors of #426C0C
Black with #426C0C
Text Example
Text Example
White with #426C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426C0C; }
p { color: rgb(66,108,12); }
H1.HeaderClassName
{
color: #426C0C;
}
.AnyTagClassName
{
color: #426C0C;
}
</style>
background-color css
<style>
a { background-color: #426C0C; }
a { background-color: rgb(66,108,12); }
div.DivClassName
{
background-color: #426C0C;
}
.BgClassName
{
background-color: #426C0C;
}
</style>
border-color css
<style>
span { border-color: #426C0C; }
span { border-color: rgb(66,108,12); }
td.TdClassName
{
border-color: #426C0C;
}
.TagClassName
{
border-color: #426C0C;
}
</style>