Shades of Verdun Green #434F0B
Tints of Verdun Green #434F0B
RGB
CMYK
RGB Variations
Color information
#434F0B (or 0x434F0B) is known color: Verdun Green. HEX triplet: 43, 4F and 0B. RGB value is (67,79,11). Sum of RGB (Red+Green+Blue) = 67+79+11=157 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.68% from 157); Green value is 79 (31.25% from 255 or 50.32% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 79 - color contains mainly: green. Hex color #434F0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #434F0B is #BCB0F4. Grayscale: #434343. Windows color (decimal): -12366069 or 741187. OLE color: 741187.
HSL color Cylindrical-coordinate representation of color #434F0B: hue angle of 70.59º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #434F0B is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 79 | 11 | - |
| CMYK | 0.15 | 0 | 0.86 | 0.69 |
| HSL | 70.59º | 0.76% | 0.18% | - |
| HSV(B) | 70.59º | 0.86% | 0.31% | - |
| XYZ | 5.17 | 6.81 | 1.36 | - |
| YUV | 67.66 | 96.02 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 79 | 11 | 0.15 | 0 | 0.86 | 0.69 | 70.59 | 0.76 | 0.18 |
| Hex | 43 | 4F | B | F | 0 | 56 | 45 | 47 | 4C | 12 |
| Octal | 103 | 117 | 13 | 17 | 0 | 126 | 105 | 107 | 114 | 22 |
| Binary | 1000011 | 1001111 | 1011 | 1111 | 0 | 1010110 | 1000101 | 1000111 | 1001100 | 10010 |
Color Harmonies of #434F0B
Complementary color
Monochromatic Colors of #434F0B
Black with #434F0B
Text Example
Text Example
White with #434F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434F0B; }
p { color: rgb(67,79,11); }
H1.HeaderClassName
{
color: #434F0B;
}
.AnyTagClassName
{
color: #434F0B;
}
</style>
background-color css
<style>
a { background-color: #434F0B; }
a { background-color: rgb(67,79,11); }
div.DivClassName
{
background-color: #434F0B;
}
.BgClassName
{
background-color: #434F0B;
}
</style>
border-color css
<style>
span { border-color: #434F0B; }
span { border-color: rgb(67,79,11); }
td.TdClassName
{
border-color: #434F0B;
}
.TagClassName
{
border-color: #434F0B;
}
</style>