Shades of Verdun Green #435D0D
Tints of Verdun Green #435D0D
RGB
CMYK
RGB Variations
Color information
#435D0D (or 0x435D0D) is known color: Verdun Green. HEX triplet: 43, 5D and 0D. RGB value is (67,93,13). Sum of RGB (Red+Green+Blue) = 67+93+13=173 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.73% from 173); Green value is 93 (36.72% from 255 or 53.76% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 93 - color contains mainly: green. Hex color #435D0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435D0D is #BCA2F2. Grayscale: #4C4C4C. Windows color (decimal): -12362483 or 875843. OLE color: 875843.
HSL color Cylindrical-coordinate representation of color #435D0D: hue angle of 79.5º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #435D0D is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 93 | 13 | - |
| CMYK | 0.28 | 0 | 0.86 | 0.64 |
| HSL | 79.5º | 0.75% | 0.21% | - |
| HSV(B) | 79.5º | 0.86% | 0.36% | - |
| XYZ | 6.3 | 9.05 | 1.8 | - |
| YUV | 76.11 | 92.39 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 93 | 13 | 0.28 | 0 | 0.86 | 0.64 | 79.5 | 0.75 | 0.21 |
| Hex | 43 | 5D | D | 1C | 0 | 56 | 40 | 50 | 4B | 15 |
| Octal | 103 | 135 | 15 | 34 | 0 | 126 | 100 | 120 | 113 | 25 |
| Binary | 1000011 | 1011101 | 1101 | 11100 | 0 | 1010110 | 1000000 | 1010000 | 1001011 | 10101 |
Color Harmonies of #435D0D
Complementary color
Monochromatic Colors of #435D0D
Black with #435D0D
Text Example
Text Example
White with #435D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435D0D; }
p { color: rgb(67,93,13); }
H1.HeaderClassName
{
color: #435D0D;
}
.AnyTagClassName
{
color: #435D0D;
}
</style>
background-color css
<style>
a { background-color: #435D0D; }
a { background-color: rgb(67,93,13); }
div.DivClassName
{
background-color: #435D0D;
}
.BgClassName
{
background-color: #435D0D;
}
</style>
border-color css
<style>
span { border-color: #435D0D; }
span { border-color: rgb(67,93,13); }
td.TdClassName
{
border-color: #435D0D;
}
.TagClassName
{
border-color: #435D0D;
}
</style>