Shades of Verdun Green #435A12
Tints of Verdun Green #435A12
RGB
CMYK
RGB Variations
Color information
#435A12 (or 0x435A12) is known color: Verdun Green. HEX triplet: 43, 5A and 12. RGB value is (67,90,18). Sum of RGB (Red+Green+Blue) = 67+90+18=175 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.29% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #435A12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435A12 is #BCA5ED. Grayscale: #4B4B4B. Windows color (decimal): -12363246 or 1202755. OLE color: 1202755.
HSL color Cylindrical-coordinate representation of color #435A12: hue angle of 79.17º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #435A12 is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 90 | 18 | - |
| CMYK | 0.26 | 0 | 0.80 | 0.65 |
| HSL | 79.17º | 0.67% | 0.21% | - |
| HSV(B) | 79.17º | 0.8% | 0.35% | - |
| XYZ | 6.08 | 8.55 | 1.9 | - |
| YUV | 74.92 | 95.88 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 90 | 18 | 0.26 | 0 | 0.80 | 0.65 | 79.17 | 0.67 | 0.21 |
| Hex | 43 | 5A | 12 | 1A | 0 | 50 | 41 | 4F | 43 | 15 |
| Octal | 103 | 132 | 22 | 32 | 0 | 120 | 101 | 117 | 103 | 25 |
| Binary | 1000011 | 1011010 | 10010 | 11010 | 0 | 1010000 | 1000001 | 1001111 | 1000011 | 10101 |
Color Harmonies of #435A12
Complementary color
Monochromatic Colors of #435A12
Black with #435A12
Text Example
Text Example
White with #435A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435A12; }
p { color: rgb(67,90,18); }
H1.HeaderClassName
{
color: #435A12;
}
.AnyTagClassName
{
color: #435A12;
}
</style>
background-color css
<style>
a { background-color: #435A12; }
a { background-color: rgb(67,90,18); }
div.DivClassName
{
background-color: #435A12;
}
.BgClassName
{
background-color: #435A12;
}
</style>
border-color css
<style>
span { border-color: #435A12; }
span { border-color: rgb(67,90,18); }
td.TdClassName
{
border-color: #435A12;
}
.TagClassName
{
border-color: #435A12;
}
</style>