Shades of Verdun Green #434405
Tints of Verdun Green #434405
RGB
CMYK
RGB Variations
Color information
#434405 (or 0x434405) is known color: Verdun Green. HEX triplet: 43, 44 and 05. RGB value is (67,68,5). Sum of RGB (Red+Green+Blue) = 67+68+5=140 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.86% from 140); Green value is 68 (26.95% from 255 or 48.57% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 68 - color contains mainly: green. Hex color #434405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434405 is #BCBBFA. Grayscale: #3C3C3C. Windows color (decimal): -12368891 or 345155. OLE color: 345155.
HSL color Cylindrical-coordinate representation of color #434405: hue angle of 60.95º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #434405 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 68 | 5 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.73 |
| HSL | 60.95º | 0.86% | 0.14% | - |
| HSV(B) | 60.95º | 0.93% | 0.27% | - |
| XYZ | 4.41 | 5.34 | 0.94 | - |
| YUV | 60.52 | 96.67 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 68 | 5 | 0.01 | 0 | 0.93 | 0.73 | 60.95 | 0.86 | 0.14 |
| Hex | 43 | 44 | 5 | 1 | 0 | 5D | 49 | 3D | 56 | E |
| Octal | 103 | 104 | 5 | 1 | 0 | 135 | 111 | 75 | 126 | 16 |
| Binary | 1000011 | 1000100 | 101 | 1 | 0 | 1011101 | 1001001 | 111101 | 1010110 | 1110 |
Color Harmonies of #434405
Complementary color
Monochromatic Colors of #434405
Black with #434405
Text Example
Text Example
White with #434405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434405; }
p { color: rgb(67,68,5); }
H1.HeaderClassName
{
color: #434405;
}
.AnyTagClassName
{
color: #434405;
}
</style>
background-color css
<style>
a { background-color: #434405; }
a { background-color: rgb(67,68,5); }
div.DivClassName
{
background-color: #434405;
}
.BgClassName
{
background-color: #434405;
}
</style>
border-color css
<style>
span { border-color: #434405; }
span { border-color: rgb(67,68,5); }
td.TdClassName
{
border-color: #434405;
}
.TagClassName
{
border-color: #434405;
}
</style>