Shades of Verdun Green #434F04
Tints of Verdun Green #434F04
RGB
CMYK
RGB Variations
Color information
#434F04 (or 0x434F04) is known color: Verdun Green. HEX triplet: 43, 4F and 04. RGB value is (67,79,4). Sum of RGB (Red+Green+Blue) = 67+79+4=150 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.67% from 150); Green value is 79 (31.25% from 255 or 52.67% from 150); Blue value is 4 (1.95% from 255 or 2.67% from 150); Max value from RGB is 79 - color contains mainly: green. Hex color #434F04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #434F04 is #BCB0FB. Grayscale: #434343. Windows color (decimal): -12366076 or 282435. OLE color: 282435.
HSL color Cylindrical-coordinate representation of color #434F04: hue angle of 69.6º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #434F04 is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 79 | 4 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.69 |
| HSL | 69.6º | 0.9% | 0.16% | - |
| HSV(B) | 69.6º | 0.95% | 0.31% | - |
| XYZ | 5.13 | 6.79 | 1.16 | - |
| YUV | 66.86 | 92.52 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 79 | 4 | 0.15 | 0 | 0.95 | 0.69 | 69.6 | 0.9 | 0.16 |
| Hex | 43 | 4F | 4 | F | 0 | 5F | 45 | 46 | 5A | 10 |
| Octal | 103 | 117 | 4 | 17 | 0 | 137 | 105 | 106 | 132 | 20 |
| Binary | 1000011 | 1001111 | 100 | 1111 | 0 | 1011111 | 1000101 | 1000110 | 1011010 | 10000 |
Color Harmonies of #434F04
Complementary color
Monochromatic Colors of #434F04
Black with #434F04
Text Example
Text Example
White with #434F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434F04; }
p { color: rgb(67,79,4); }
H1.HeaderClassName
{
color: #434F04;
}
.AnyTagClassName
{
color: #434F04;
}
</style>
background-color css
<style>
a { background-color: #434F04; }
a { background-color: rgb(67,79,4); }
div.DivClassName
{
background-color: #434F04;
}
.BgClassName
{
background-color: #434F04;
}
</style>
border-color css
<style>
span { border-color: #434F04; }
span { border-color: rgb(67,79,4); }
td.TdClassName
{
border-color: #434F04;
}
.TagClassName
{
border-color: #434F04;
}
</style>