Shades of Verdun Green #435800
Tints of Verdun Green #435800
RGB
CMYK
RGB Variations
Color information
#435800 (or 0x435800) is known color: Verdun Green. HEX triplet: 43, 58 and 00. RGB value is (67,88,0). Sum of RGB (Red+Green+Blue) = 67+88+0=155 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.23% from 155); Green value is 88 (34.77% from 255 or 56.77% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 88 - color contains mainly: green. Hex color #435800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435800 is #BCA7FF. Grayscale: #484848. Windows color (decimal): -12363776 or 22595. OLE color: 22595.
HSL color Cylindrical-coordinate representation of color #435800: hue angle of 74.32º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #435800 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 88 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.65 |
| HSL | 74.32º | 1% | 0.17% | - |
| HSV(B) | 74.32º | 1% | 0.35% | - |
| XYZ | 5.8 | 8.17 | 1.27 | - |
| YUV | 71.69 | 87.54 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 88 | 0 | 0.24 | 0 | 1 | 0.65 | 74.32 | 1 | 0.17 |
| Hex | 43 | 58 | 0 | 18 | 0 | 64 | 41 | 4A | 64 | 11 |
| Octal | 103 | 130 | 0 | 30 | 0 | 144 | 101 | 112 | 144 | 21 |
| Binary | 1000011 | 1011000 | 0 | 11000 | 0 | 1100100 | 1000001 | 1001010 | 1100100 | 10001 |
Color Harmonies of #435800
Complementary color
Monochromatic Colors of #435800
Black with #435800
Text Example
Text Example
White with #435800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435800; }
p { color: rgb(67,88,0); }
H1.HeaderClassName
{
color: #435800;
}
.AnyTagClassName
{
color: #435800;
}
</style>
background-color css
<style>
a { background-color: #435800; }
a { background-color: rgb(67,88,0); }
div.DivClassName
{
background-color: #435800;
}
.BgClassName
{
background-color: #435800;
}
</style>
border-color css
<style>
span { border-color: #435800; }
span { border-color: rgb(67,88,0); }
td.TdClassName
{
border-color: #435800;
}
.TagClassName
{
border-color: #435800;
}
</style>