Shades of Verdun Green #356805
Tints of Verdun Green #356805
RGB
CMYK
RGB Variations
Color information
#356805 (or 0x356805) is known color: Verdun Green. HEX triplet: 35, 68 and 05. RGB value is (53,104,5). Sum of RGB (Red+Green+Blue) = 53+104+5=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 104 (41.02% from 255 or 64.20% from 162); Blue value is 5 (2.34% from 255 or 3.09% from 162); Max value from RGB is 104 - color contains mainly: green. Hex color #356805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356805 is #CA97FA. Grayscale: #4D4D4D. Windows color (decimal): -13277179 or 354357. OLE color: 354357.
HSL color Cylindrical-coordinate representation of color #356805: hue angle of 90.91º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #356805 is Cyan = 0.49, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 53 | 104 | 5 | - |
| CMYK | 0.49 | 0 | 0.95 | 0.59 |
| HSL | 90.91º | 0.91% | 0.21% | - |
| HSV(B) | 90.91º | 0.95% | 0.41% | - |
| XYZ | 6.45 | 10.67 | 1.86 | - |
| YUV | 77.47 | 87.1 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 104 | 5 | 0.49 | 0 | 0.95 | 0.59 | 90.91 | 0.91 | 0.21 |
| Hex | 35 | 68 | 5 | 31 | 0 | 5F | 3B | 5B | 5B | 15 |
| Octal | 65 | 150 | 5 | 61 | 0 | 137 | 73 | 133 | 133 | 25 |
| Binary | 110101 | 1101000 | 101 | 110001 | 0 | 1011111 | 111011 | 1011011 | 1011011 | 10101 |
Color Harmonies of #356805
Complementary color
Monochromatic Colors of #356805
Black with #356805
Text Example
Text Example
White with #356805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356805; }
p { color: rgb(53,104,5); }
H1.HeaderClassName
{
color: #356805;
}
.AnyTagClassName
{
color: #356805;
}
</style>
background-color css
<style>
a { background-color: #356805; }
a { background-color: rgb(53,104,5); }
div.DivClassName
{
background-color: #356805;
}
.BgClassName
{
background-color: #356805;
}
</style>
border-color css
<style>
span { border-color: #356805; }
span { border-color: rgb(53,104,5); }
td.TdClassName
{
border-color: #356805;
}
.TagClassName
{
border-color: #356805;
}
</style>