Shades of Verdun Green #356604
Tints of Verdun Green #356604
RGB
CMYK
RGB Variations
Color information
#356604 (or 0x356604) is known color: Verdun Green. HEX triplet: 35, 66 and 04. RGB value is (53,102,4). Sum of RGB (Red+Green+Blue) = 53+102+4=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 102 (40.23% from 255 or 64.15% from 159); Blue value is 4 (1.95% from 255 or 2.52% from 159); Max value from RGB is 102 - color contains mainly: green. Hex color #356604 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356604 is #CA99FB. Grayscale: #4C4C4C. Windows color (decimal): -13277692 or 288309. OLE color: 288309.
HSL color Cylindrical-coordinate representation of color #356604: hue angle of 90º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #356604 is Cyan = 0.48, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 53 | 102 | 4 | - |
| CMYK | 0.48 | 0 | 0.96 | 0.6 |
| HSL | 90º | 0.92% | 0.21% | - |
| HSV(B) | 90º | 0.96% | 0.4% | - |
| XYZ | 6.24 | 10.27 | 1.77 | - |
| YUV | 76.18 | 87.27 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 102 | 4 | 0.48 | 0 | 0.96 | 0.6 | 90 | 0.92 | 0.21 |
| Hex | 35 | 66 | 4 | 30 | 0 | 60 | 3C | 5A | 5C | 15 |
| Octal | 65 | 146 | 4 | 60 | 0 | 140 | 74 | 132 | 134 | 25 |
| Binary | 110101 | 1100110 | 100 | 110000 | 0 | 1100000 | 111100 | 1011010 | 1011100 | 10101 |
Color Harmonies of #356604
Complementary color
Monochromatic Colors of #356604
Black with #356604
Text Example
Text Example
White with #356604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356604; }
p { color: rgb(53,102,4); }
H1.HeaderClassName
{
color: #356604;
}
.AnyTagClassName
{
color: #356604;
}
</style>
background-color css
<style>
a { background-color: #356604; }
a { background-color: rgb(53,102,4); }
div.DivClassName
{
background-color: #356604;
}
.BgClassName
{
background-color: #356604;
}
</style>
border-color css
<style>
span { border-color: #356604; }
span { border-color: rgb(53,102,4); }
td.TdClassName
{
border-color: #356604;
}
.TagClassName
{
border-color: #356604;
}
</style>