Shades of Verdun Green #356107
Tints of Verdun Green #356107
RGB
CMYK
RGB Variations
Color information
#356107 (or 0x356107) is known color: Verdun Green. HEX triplet: 35, 61 and 07. RGB value is (53,97,7). Sum of RGB (Red+Green+Blue) = 53+97+7=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 97 (38.28% from 255 or 61.78% from 157); Blue value is 7 (3.12% from 255 or 4.46% from 157); Max value from RGB is 97 - color contains mainly: green. Hex color #356107 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356107 is #CA9EF8. Grayscale: #494949. Windows color (decimal): -13278969 or 483637. OLE color: 483637.
HSL color Cylindrical-coordinate representation of color #356107: hue angle of 89.33º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #356107 is Cyan = 0.45, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 97 | 7 | - |
| CMYK | 0.45 | 0 | 0.93 | 0.62 |
| HSL | 89.33º | 0.87% | 0.2% | - |
| HSV(B) | 89.33º | 0.93% | 0.38% | - |
| XYZ | 5.78 | 9.32 | 1.7 | - |
| YUV | 73.58 | 90.42 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 97 | 7 | 0.45 | 0 | 0.93 | 0.62 | 89.33 | 0.87 | 0.2 |
| Hex | 35 | 61 | 7 | 2D | 0 | 5D | 3E | 59 | 57 | 14 |
| Octal | 65 | 141 | 7 | 55 | 0 | 135 | 76 | 131 | 127 | 24 |
| Binary | 110101 | 1100001 | 111 | 101101 | 0 | 1011101 | 111110 | 1011001 | 1010111 | 10100 |
Color Harmonies of #356107
Complementary color
Monochromatic Colors of #356107
Black with #356107
Text Example
Text Example
White with #356107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356107; }
p { color: rgb(53,97,7); }
H1.HeaderClassName
{
color: #356107;
}
.AnyTagClassName
{
color: #356107;
}
</style>
background-color css
<style>
a { background-color: #356107; }
a { background-color: rgb(53,97,7); }
div.DivClassName
{
background-color: #356107;
}
.BgClassName
{
background-color: #356107;
}
</style>
border-color css
<style>
span { border-color: #356107; }
span { border-color: rgb(53,97,7); }
td.TdClassName
{
border-color: #356107;
}
.TagClassName
{
border-color: #356107;
}
</style>