Shades of Verdun Green #435202
Tints of Verdun Green #435202
RGB
CMYK
RGB Variations
Color information
#435202 (or 0x435202) is known color: Verdun Green. HEX triplet: 43, 52 and 02. RGB value is (67,82,2). Sum of RGB (Red+Green+Blue) = 67+82+2=151 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.37% from 151); Green value is 82 (32.42% from 255 or 54.30% from 151); Blue value is 2 (1.17% from 255 or 1.32% from 151); Max value from RGB is 82 - color contains mainly: green. Hex color #435202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435202 is #BCADFD. Grayscale: #444444. Windows color (decimal): -12365310 or 152131. OLE color: 152131.
HSL color Cylindrical-coordinate representation of color #435202: hue angle of 71.25º 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 #435202 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 82 | 2 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.68 |
| HSL | 71.25º | 0.95% | 0.16% | - |
| HSV(B) | 71.25º | 0.98% | 0.32% | - |
| XYZ | 5.34 | 7.23 | 1.17 | - |
| YUV | 68.4 | 90.53 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 82 | 2 | 0.18 | 0 | 0.98 | 0.68 | 71.25 | 0.95 | 0.16 |
| Hex | 43 | 52 | 2 | 12 | 0 | 62 | 44 | 47 | 5F | 10 |
| Octal | 103 | 122 | 2 | 22 | 0 | 142 | 104 | 107 | 137 | 20 |
| Binary | 1000011 | 1010010 | 10 | 10010 | 0 | 1100010 | 1000100 | 1000111 | 1011111 | 10000 |
Color Harmonies of #435202
Complementary color
Monochromatic Colors of #435202
Black with #435202
Text Example
Text Example
White with #435202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435202; }
p { color: rgb(67,82,2); }
H1.HeaderClassName
{
color: #435202;
}
.AnyTagClassName
{
color: #435202;
}
</style>
background-color css
<style>
a { background-color: #435202; }
a { background-color: rgb(67,82,2); }
div.DivClassName
{
background-color: #435202;
}
.BgClassName
{
background-color: #435202;
}
</style>
border-color css
<style>
span { border-color: #435202; }
span { border-color: rgb(67,82,2); }
td.TdClassName
{
border-color: #435202;
}
.TagClassName
{
border-color: #435202;
}
</style>