Shades of Verdun Green #434508
Tints of Verdun Green #434508
RGB
CMYK
RGB Variations
Color information
#434508 (or 0x434508) is known color: Verdun Green. HEX triplet: 43, 45 and 08. RGB value is (67,69,8). Sum of RGB (Red+Green+Blue) = 67+69+8=144 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.53% from 144); Green value is 69 (27.34% from 255 or 47.92% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 69 - color contains mainly: green. Hex color #434508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434508 is #BCBAF7. Grayscale: #3D3D3D. Windows color (decimal): -12368632 or 542019. OLE color: 542019.
HSL color Cylindrical-coordinate representation of color #434508: hue angle of 61.97º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #434508 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 69 | 8 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.73 |
| HSL | 61.97º | 0.79% | 0.15% | - |
| HSV(B) | 61.97º | 0.88% | 0.27% | - |
| XYZ | 4.49 | 5.47 | 1.05 | - |
| YUV | 61.45 | 97.84 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 69 | 8 | 0.03 | 0 | 0.88 | 0.73 | 61.97 | 0.79 | 0.15 |
| Hex | 43 | 45 | 8 | 3 | 0 | 58 | 49 | 3E | 4F | F |
| Octal | 103 | 105 | 10 | 3 | 0 | 130 | 111 | 76 | 117 | 17 |
| Binary | 1000011 | 1000101 | 1000 | 11 | 0 | 1011000 | 1001001 | 111110 | 1001111 | 1111 |
Color Harmonies of #434508
Complementary color
Monochromatic Colors of #434508
Black with #434508
Text Example
Text Example
White with #434508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434508; }
p { color: rgb(67,69,8); }
H1.HeaderClassName
{
color: #434508;
}
.AnyTagClassName
{
color: #434508;
}
</style>
background-color css
<style>
a { background-color: #434508; }
a { background-color: rgb(67,69,8); }
div.DivClassName
{
background-color: #434508;
}
.BgClassName
{
background-color: #434508;
}
</style>
border-color css
<style>
span { border-color: #434508; }
span { border-color: rgb(67,69,8); }
td.TdClassName
{
border-color: #434508;
}
.TagClassName
{
border-color: #434508;
}
</style>