Shades of Verdun Green #356A03
Tints of Verdun Green #356A03
RGB
CMYK
RGB Variations
Color information
#356A03 (or 0x356A03) is known color: Verdun Green. HEX triplet: 35, 6A and 03. RGB value is (53,106,3). Sum of RGB (Red+Green+Blue) = 53+106+3=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 106 (41.80% from 255 or 65.43% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 106 - color contains mainly: green. Hex color #356A03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356A03 is #CA95FC. Grayscale: #4E4E4E. Windows color (decimal): -13276669 or 223797. OLE color: 223797.
HSL color Cylindrical-coordinate representation of color #356A03: hue angle of 90.87º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #356A03 is Cyan = 0.5, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 106 | 3 | - |
| CMYK | 0.5 | 0 | 0.97 | 0.58 |
| HSL | 90.87º | 0.94% | 0.21% | - |
| HSV(B) | 90.87º | 0.97% | 0.42% | - |
| XYZ | 6.64 | 11.07 | 1.87 | - |
| YUV | 78.41 | 85.44 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 106 | 3 | 0.5 | 0 | 0.97 | 0.58 | 90.87 | 0.94 | 0.21 |
| Hex | 35 | 6A | 3 | 32 | 0 | 61 | 3A | 5B | 5E | 15 |
| Octal | 65 | 152 | 3 | 62 | 0 | 141 | 72 | 133 | 136 | 25 |
| Binary | 110101 | 1101010 | 11 | 110010 | 0 | 1100001 | 111010 | 1011011 | 1011110 | 10101 |
Color Harmonies of #356A03
Complementary color
Monochromatic Colors of #356A03
Black with #356A03
Text Example
Text Example
White with #356A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356A03; }
p { color: rgb(53,106,3); }
H1.HeaderClassName
{
color: #356A03;
}
.AnyTagClassName
{
color: #356A03;
}
</style>
background-color css
<style>
a { background-color: #356A03; }
a { background-color: rgb(53,106,3); }
div.DivClassName
{
background-color: #356A03;
}
.BgClassName
{
background-color: #356A03;
}
</style>
border-color css
<style>
span { border-color: #356A03; }
span { border-color: rgb(53,106,3); }
td.TdClassName
{
border-color: #356A03;
}
.TagClassName
{
border-color: #356A03;
}
</style>