Shades of Verdun Green #356B01
Tints of Verdun Green #356B01
RGB
CMYK
RGB Variations
Color information
#356B01 (or 0x356B01) is known color: Verdun Green. HEX triplet: 35, 6B and 01. RGB value is (53,107,1). Sum of RGB (Red+Green+Blue) = 53+107+1=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 107 (42.19% from 255 or 66.46% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 107 - color contains mainly: green. Hex color #356B01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356B01 is #CA94FE. Grayscale: #4F4F4F. Windows color (decimal): -13276415 or 92981. OLE color: 92981.
HSL color Cylindrical-coordinate representation of color #356B01: hue angle of 90.57º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #356B01 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 107 | 1 | - |
| CMYK | 0.50 | 0 | 0.99 | 0.58 |
| HSL | 90.57º | 0.98% | 0.21% | - |
| HSV(B) | 90.57º | 0.99% | 0.42% | - |
| XYZ | 6.73 | 11.27 | 1.85 | - |
| YUV | 78.77 | 84.11 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 107 | 1 | 0.50 | 0 | 0.99 | 0.58 | 90.57 | 0.98 | 0.21 |
| Hex | 35 | 6B | 1 | 32 | 0 | 63 | 3A | 5B | 62 | 15 |
| Octal | 65 | 153 | 1 | 62 | 0 | 143 | 72 | 133 | 142 | 25 |
| Binary | 110101 | 1101011 | 1 | 110010 | 0 | 1100011 | 111010 | 1011011 | 1100010 | 10101 |
Color Harmonies of #356B01
Complementary color
Monochromatic Colors of #356B01
Black with #356B01
Text Example
Text Example
White with #356B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356B01; }
p { color: rgb(53,107,1); }
H1.HeaderClassName
{
color: #356B01;
}
.AnyTagClassName
{
color: #356B01;
}
</style>
background-color css
<style>
a { background-color: #356B01; }
a { background-color: rgb(53,107,1); }
div.DivClassName
{
background-color: #356B01;
}
.BgClassName
{
background-color: #356B01;
}
</style>
border-color css
<style>
span { border-color: #356B01; }
span { border-color: rgb(53,107,1); }
td.TdClassName
{
border-color: #356B01;
}
.TagClassName
{
border-color: #356B01;
}
</style>