Shades of Verdun Green #435B05
Tints of Verdun Green #435B05
RGB
CMYK
RGB Variations
Color information
#435B05 (or 0x435B05) is known color: Verdun Green. HEX triplet: 43, 5B and 05. RGB value is (67,91,5). Sum of RGB (Red+Green+Blue) = 67+91+5=163 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.10% from 163); Green value is 91 (35.94% from 255 or 55.83% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 91 - color contains mainly: green. Hex color #435B05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435B05 is #BCA4FA. Grayscale: #4A4A4A. Windows color (decimal): -12363003 or 351043. OLE color: 351043.
HSL color Cylindrical-coordinate representation of color #435B05: hue angle of 76.74º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #435B05 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 91 | 5 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.64 |
| HSL | 76.74º | 0.9% | 0.19% | - |
| HSV(B) | 76.74º | 0.95% | 0.36% | - |
| XYZ | 6.08 | 8.69 | 1.5 | - |
| YUV | 74.02 | 89.05 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 91 | 5 | 0.26 | 0 | 0.95 | 0.64 | 76.74 | 0.9 | 0.19 |
| Hex | 43 | 5B | 5 | 1A | 0 | 5F | 40 | 4D | 5A | 13 |
| Octal | 103 | 133 | 5 | 32 | 0 | 137 | 100 | 115 | 132 | 23 |
| Binary | 1000011 | 1011011 | 101 | 11010 | 0 | 1011111 | 1000000 | 1001101 | 1011010 | 10011 |
Color Harmonies of #435B05
Complementary color
Monochromatic Colors of #435B05
Black with #435B05
Text Example
Text Example
White with #435B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435B05; }
p { color: rgb(67,91,5); }
H1.HeaderClassName
{
color: #435B05;
}
.AnyTagClassName
{
color: #435B05;
}
</style>
background-color css
<style>
a { background-color: #435B05; }
a { background-color: rgb(67,91,5); }
div.DivClassName
{
background-color: #435B05;
}
.BgClassName
{
background-color: #435B05;
}
</style>
border-color css
<style>
span { border-color: #435B05; }
span { border-color: rgb(67,91,5); }
td.TdClassName
{
border-color: #435B05;
}
.TagClassName
{
border-color: #435B05;
}
</style>