Shades of Verdun Green #435D0F
Tints of Verdun Green #435D0F
RGB
CMYK
RGB Variations
Color information
#435D0F (or 0x435D0F) is known color: Verdun Green. HEX triplet: 43, 5D and 0F. RGB value is (67,93,15). Sum of RGB (Red+Green+Blue) = 67+93+15=175 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.29% from 175); Green value is 93 (36.72% from 255 or 53.14% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 93 - color contains mainly: green. Hex color #435D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435D0F is #BCA2F0. Grayscale: #4C4C4C. Windows color (decimal): -12362481 or 1006915. OLE color: 1006915.
HSL color Cylindrical-coordinate representation of color #435D0F: hue angle of 80º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #435D0F is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 93 | 15 | - |
| CMYK | 0.28 | 0 | 0.84 | 0.64 |
| HSL | 80º | 0.72% | 0.21% | - |
| HSV(B) | 80º | 0.84% | 0.36% | - |
| XYZ | 6.32 | 9.06 | 1.87 | - |
| YUV | 76.33 | 93.39 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 93 | 15 | 0.28 | 0 | 0.84 | 0.64 | 80 | 0.72 | 0.21 |
| Hex | 43 | 5D | F | 1C | 0 | 54 | 40 | 50 | 48 | 15 |
| Octal | 103 | 135 | 17 | 34 | 0 | 124 | 100 | 120 | 110 | 25 |
| Binary | 1000011 | 1011101 | 1111 | 11100 | 0 | 1010100 | 1000000 | 1010000 | 1001000 | 10101 |
Color Harmonies of #435D0F
Complementary color
Monochromatic Colors of #435D0F
Black with #435D0F
Text Example
Text Example
White with #435D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435D0F; }
p { color: rgb(67,93,15); }
H1.HeaderClassName
{
color: #435D0F;
}
.AnyTagClassName
{
color: #435D0F;
}
</style>
background-color css
<style>
a { background-color: #435D0F; }
a { background-color: rgb(67,93,15); }
div.DivClassName
{
background-color: #435D0F;
}
.BgClassName
{
background-color: #435D0F;
}
</style>
border-color css
<style>
span { border-color: #435D0F; }
span { border-color: rgb(67,93,15); }
td.TdClassName
{
border-color: #435D0F;
}
.TagClassName
{
border-color: #435D0F;
}
</style>