Shades of Verdun Green #435203
Tints of Verdun Green #435203
RGB
CMYK
RGB Variations
Color information
#435203 (or 0x435203) is known color: Verdun Green. HEX triplet: 43, 52 and 03. RGB value is (67,82,3). Sum of RGB (Red+Green+Blue) = 67+82+3=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 82 (32.42% from 255 or 53.95% from 152); Blue value is 3 (1.56% from 255 or 1.97% from 152); Max value from RGB is 82 - color contains mainly: green. Hex color #435203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435203 is #BCADFC. Grayscale: #444444. Windows color (decimal): -12365309 or 217667. OLE color: 217667.
HSL color Cylindrical-coordinate representation of color #435203: hue angle of 71.39º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #435203 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 82 | 3 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.68 |
| HSL | 71.39º | 0.93% | 0.17% | - |
| HSV(B) | 71.39º | 0.96% | 0.32% | - |
| XYZ | 5.35 | 7.23 | 1.2 | - |
| YUV | 68.51 | 91.03 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 82 | 3 | 0.18 | 0 | 0.96 | 0.68 | 71.39 | 0.93 | 0.17 |
| Hex | 43 | 52 | 3 | 12 | 0 | 60 | 44 | 47 | 5D | 11 |
| Octal | 103 | 122 | 3 | 22 | 0 | 140 | 104 | 107 | 135 | 21 |
| Binary | 1000011 | 1010010 | 11 | 10010 | 0 | 1100000 | 1000100 | 1000111 | 1011101 | 10001 |
Color Harmonies of #435203
Complementary color
Monochromatic Colors of #435203
Black with #435203
Text Example
Text Example
White with #435203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435203; }
p { color: rgb(67,82,3); }
H1.HeaderClassName
{
color: #435203;
}
.AnyTagClassName
{
color: #435203;
}
</style>
background-color css
<style>
a { background-color: #435203; }
a { background-color: rgb(67,82,3); }
div.DivClassName
{
background-color: #435203;
}
.BgClassName
{
background-color: #435203;
}
</style>
border-color css
<style>
span { border-color: #435203; }
span { border-color: rgb(67,82,3); }
td.TdClassName
{
border-color: #435203;
}
.TagClassName
{
border-color: #435203;
}
</style>