Shades of Verdun Green #355101
Tints of Verdun Green #355101
RGB
CMYK
RGB Variations
Color information
#355101 (or 0x355101) is known color: Verdun Green. HEX triplet: 35, 51 and 01. RGB value is (53,81,1). Sum of RGB (Red+Green+Blue) = 53+81+1=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 81 (32.03% from 255 or 60% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 81 - color contains mainly: green. Hex color #355101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355101 is #CAAEFE. Grayscale: #3F3F3F. Windows color (decimal): -13283071 or 86325. OLE color: 86325.
HSL color Cylindrical-coordinate representation of color #355101: hue angle of 81º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #355101 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 81 | 1 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.68 |
| HSL | 81º | 0.98% | 0.16% | - |
| HSV(B) | 81º | 0.99% | 0.32% | - |
| XYZ | 4.42 | 6.64 | 1.08 | - |
| YUV | 63.51 | 92.72 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 81 | 1 | 0.35 | 0 | 0.99 | 0.68 | 81 | 0.98 | 0.16 |
| Hex | 35 | 51 | 1 | 23 | 0 | 63 | 44 | 51 | 62 | 10 |
| Octal | 65 | 121 | 1 | 43 | 0 | 143 | 104 | 121 | 142 | 20 |
| Binary | 110101 | 1010001 | 1 | 100011 | 0 | 1100011 | 1000100 | 1010001 | 1100010 | 10000 |
Color Harmonies of #355101
Complementary color
Monochromatic Colors of #355101
Black with #355101
Text Example
Text Example
White with #355101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355101; }
p { color: rgb(53,81,1); }
H1.HeaderClassName
{
color: #355101;
}
.AnyTagClassName
{
color: #355101;
}
</style>
background-color css
<style>
a { background-color: #355101; }
a { background-color: rgb(53,81,1); }
div.DivClassName
{
background-color: #355101;
}
.BgClassName
{
background-color: #355101;
}
</style>
border-color css
<style>
span { border-color: #355101; }
span { border-color: rgb(53,81,1); }
td.TdClassName
{
border-color: #355101;
}
.TagClassName
{
border-color: #355101;
}
</style>