Shades of Verdun Green #356300
Tints of Verdun Green #356300
RGB
CMYK
RGB Variations
Color information
#356300 (or 0x356300) is known color: Verdun Green. HEX triplet: 35, 63 and 00. RGB value is (53,99,0). Sum of RGB (Red+Green+Blue) = 53+99+0=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 99 (39.06% from 255 or 65.13% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 99 - color contains mainly: green. Hex color #356300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356300 is #CA9CFF. Grayscale: #4A4A4A. Windows color (decimal): -13278464 or 25397. OLE color: 25397.
HSL color Cylindrical-coordinate representation of color #356300: hue angle of 87.88º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #356300 is Cyan = 0.46, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 99 | 0 | - |
| CMYK | 0.46 | 0 | 1 | 0.61 |
| HSL | 87.88º | 1% | 0.19% | - |
| HSV(B) | 87.88º | 1% | 0.39% | - |
| XYZ | 5.93 | 9.68 | 1.56 | - |
| YUV | 73.96 | 86.26 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 99 | 0 | 0.46 | 0 | 1 | 0.61 | 87.88 | 1 | 0.19 |
| Hex | 35 | 63 | 0 | 2E | 0 | 64 | 3D | 58 | 64 | 13 |
| Octal | 65 | 143 | 0 | 56 | 0 | 144 | 75 | 130 | 144 | 23 |
| Binary | 110101 | 1100011 | 0 | 101110 | 0 | 1100100 | 111101 | 1011000 | 1100100 | 10011 |
Color Harmonies of #356300
Complementary color
Monochromatic Colors of #356300
Black with #356300
Text Example
Text Example
White with #356300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356300; }
p { color: rgb(53,99,0); }
H1.HeaderClassName
{
color: #356300;
}
.AnyTagClassName
{
color: #356300;
}
</style>
background-color css
<style>
a { background-color: #356300; }
a { background-color: rgb(53,99,0); }
div.DivClassName
{
background-color: #356300;
}
.BgClassName
{
background-color: #356300;
}
</style>
border-color css
<style>
span { border-color: #356300; }
span { border-color: rgb(53,99,0); }
td.TdClassName
{
border-color: #356300;
}
.TagClassName
{
border-color: #356300;
}
</style>