Shades of Verdun Green #434105
Tints of Verdun Green #434105
RGB
CMYK
RGB Variations
Color information
#434105 (or 0x434105) is known color: Verdun Green. HEX triplet: 43, 41 and 05. RGB value is (67,65,5). Sum of RGB (Red+Green+Blue) = 67+65+5=137 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.91% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 5 (2.34% from 255 or 3.65% from 137); Max value from RGB is 67 - color contains mainly: red. Hex color #434105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434105 is #BCBEFA. Grayscale: #3B3B3B. Windows color (decimal): -12369659 or 344387. OLE color: 344387.
HSL color Cylindrical-coordinate representation of color #434105: hue angle of 58.06º 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 #434105 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 65 | 5 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.74 |
| HSL | 58.06º | 0.86% | 0.14% | - |
| HSV(B) | 58.06º | 0.93% | 0.26% | - |
| XYZ | 4.23 | 4.98 | 0.88 | - |
| YUV | 58.76 | 97.66 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 65 | 5 | 0 | 0.03 | 0.93 | 0.74 | 58.06 | 0.86 | 0.14 |
| Hex | 43 | 41 | 5 | 0 | 3 | 5D | 4A | 3A | 56 | E |
| Octal | 103 | 101 | 5 | 0 | 3 | 135 | 112 | 72 | 126 | 16 |
| Binary | 1000011 | 1000001 | 101 | 0 | 11 | 1011101 | 1001010 | 111010 | 1010110 | 1110 |
Color Harmonies of #434105
Complementary color
Monochromatic Colors of #434105
Black with #434105
Text Example
Text Example
White with #434105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434105; }
p { color: rgb(67,65,5); }
H1.HeaderClassName
{
color: #434105;
}
.AnyTagClassName
{
color: #434105;
}
</style>
background-color css
<style>
a { background-color: #434105; }
a { background-color: rgb(67,65,5); }
div.DivClassName
{
background-color: #434105;
}
.BgClassName
{
background-color: #434105;
}
</style>
border-color css
<style>
span { border-color: #434105; }
span { border-color: rgb(67,65,5); }
td.TdClassName
{
border-color: #434105;
}
.TagClassName
{
border-color: #434105;
}
</style>