Shades of Verdun Green #434205
Tints of Verdun Green #434205
RGB
CMYK
RGB Variations
Color information
#434205 (or 0x434205) is known color: Verdun Green. HEX triplet: 43, 42 and 05. RGB value is (67,66,5). Sum of RGB (Red+Green+Blue) = 67+66+5=138 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.55% from 138); Green value is 66 (26.17% from 255 or 47.83% from 138); Blue value is 5 (2.34% from 255 or 3.62% from 138); Max value from RGB is 67 - color contains mainly: red. Hex color #434205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434205 is #BCBDFA. Grayscale: #3B3B3B. Windows color (decimal): -12369403 or 344643. OLE color: 344643.
HSL color Cylindrical-coordinate representation of color #434205: hue angle of 59.03º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #434205 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 66 | 5 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.74 |
| HSL | 59.03º | 0.86% | 0.14% | - |
| HSV(B) | 59.03º | 0.93% | 0.26% | - |
| XYZ | 4.29 | 5.1 | 0.9 | - |
| YUV | 59.35 | 97.33 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 66 | 5 | 0 | 0.01 | 0.93 | 0.74 | 59.03 | 0.86 | 0.14 |
| Hex | 43 | 42 | 5 | 0 | 1 | 5D | 4A | 3B | 56 | E |
| Octal | 103 | 102 | 5 | 0 | 1 | 135 | 112 | 73 | 126 | 16 |
| Binary | 1000011 | 1000010 | 101 | 0 | 1 | 1011101 | 1001010 | 111011 | 1010110 | 1110 |
Color Harmonies of #434205
Complementary color
Monochromatic Colors of #434205
Black with #434205
Text Example
Text Example
White with #434205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434205; }
p { color: rgb(67,66,5); }
H1.HeaderClassName
{
color: #434205;
}
.AnyTagClassName
{
color: #434205;
}
</style>
background-color css
<style>
a { background-color: #434205; }
a { background-color: rgb(67,66,5); }
div.DivClassName
{
background-color: #434205;
}
.BgClassName
{
background-color: #434205;
}
</style>
border-color css
<style>
span { border-color: #434205; }
span { border-color: rgb(67,66,5); }
td.TdClassName
{
border-color: #434205;
}
.TagClassName
{
border-color: #434205;
}
</style>