Shades of Verdun Green #435102
Tints of Verdun Green #435102
RGB
CMYK
RGB Variations
Color information
#435102 (or 0x435102) is known color: Verdun Green. HEX triplet: 43, 51 and 02. RGB value is (67,81,2). Sum of RGB (Red+Green+Blue) = 67+81+2=150 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.67% from 150); Green value is 81 (32.03% from 255 or 54% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 81 - color contains mainly: green. Hex color #435102 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435102 is #BCAEFD. Grayscale: #444444. Windows color (decimal): -12365566 or 151875. OLE color: 151875.
HSL color Cylindrical-coordinate representation of color #435102: hue angle of 70.63º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #435102 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 81 | 2 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.68 |
| HSL | 70.63º | 0.95% | 0.16% | - |
| HSV(B) | 70.63º | 0.98% | 0.32% | - |
| XYZ | 5.27 | 7.08 | 1.15 | - |
| YUV | 67.81 | 90.86 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 81 | 2 | 0.17 | 0 | 0.98 | 0.68 | 70.63 | 0.95 | 0.16 |
| Hex | 43 | 51 | 2 | 11 | 0 | 62 | 44 | 47 | 5F | 10 |
| Octal | 103 | 121 | 2 | 21 | 0 | 142 | 104 | 107 | 137 | 20 |
| Binary | 1000011 | 1010001 | 10 | 10001 | 0 | 1100010 | 1000100 | 1000111 | 1011111 | 10000 |
Color Harmonies of #435102
Complementary color
Monochromatic Colors of #435102
Black with #435102
Text Example
Text Example
White with #435102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435102; }
p { color: rgb(67,81,2); }
H1.HeaderClassName
{
color: #435102;
}
.AnyTagClassName
{
color: #435102;
}
</style>
background-color css
<style>
a { background-color: #435102; }
a { background-color: rgb(67,81,2); }
div.DivClassName
{
background-color: #435102;
}
.BgClassName
{
background-color: #435102;
}
</style>
border-color css
<style>
span { border-color: #435102; }
span { border-color: rgb(67,81,2); }
td.TdClassName
{
border-color: #435102;
}
.TagClassName
{
border-color: #435102;
}
</style>