Shades of Verdun Green #356703
Tints of Verdun Green #356703
RGB
CMYK
RGB Variations
Color information
#356703 (or 0x356703) is known color: Verdun Green. HEX triplet: 35, 67 and 03. RGB value is (53,103,3). Sum of RGB (Red+Green+Blue) = 53+103+3=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 103 (40.62% from 255 or 64.78% from 159); Blue value is 3 (1.56% from 255 or 1.89% from 159); Max value from RGB is 103 - color contains mainly: green. Hex color #356703 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356703 is #CA98FC. Grayscale: #4C4C4C. Windows color (decimal): -13277437 or 223029. OLE color: 223029.
HSL color Cylindrical-coordinate representation of color #356703: hue angle of 90º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #356703 is Cyan = 0.49, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 53 | 103 | 3 | - |
| CMYK | 0.49 | 0 | 0.97 | 0.60 |
| HSL | 90º | 0.94% | 0.21% | - |
| HSV(B) | 90º | 0.97% | 0.4% | - |
| XYZ | 6.33 | 10.46 | 1.77 | - |
| YUV | 76.65 | 86.44 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 103 | 3 | 0.49 | 0 | 0.97 | 0.60 | 90 | 0.94 | 0.21 |
| Hex | 35 | 67 | 3 | 31 | 0 | 61 | 3C | 5A | 5E | 15 |
| Octal | 65 | 147 | 3 | 61 | 0 | 141 | 74 | 132 | 136 | 25 |
| Binary | 110101 | 1100111 | 11 | 110001 | 0 | 1100001 | 111100 | 1011010 | 1011110 | 10101 |
Color Harmonies of #356703
Complementary color
Monochromatic Colors of #356703
Black with #356703
Text Example
Text Example
White with #356703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356703; }
p { color: rgb(53,103,3); }
H1.HeaderClassName
{
color: #356703;
}
.AnyTagClassName
{
color: #356703;
}
</style>
background-color css
<style>
a { background-color: #356703; }
a { background-color: rgb(53,103,3); }
div.DivClassName
{
background-color: #356703;
}
.BgClassName
{
background-color: #356703;
}
</style>
border-color css
<style>
span { border-color: #356703; }
span { border-color: rgb(53,103,3); }
td.TdClassName
{
border-color: #356703;
}
.TagClassName
{
border-color: #356703;
}
</style>