Shades of Verdun Green #356505
Tints of Verdun Green #356505
RGB
CMYK
RGB Variations
Color information
#356505 (or 0x356505) is known color: Verdun Green. HEX triplet: 35, 65 and 05. RGB value is (53,101,5). Sum of RGB (Red+Green+Blue) = 53+101+5=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 101 (39.84% from 255 or 63.52% from 159); Blue value is 5 (2.34% from 255 or 3.14% from 159); Max value from RGB is 101 - color contains mainly: green. Hex color #356505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356505 is #CA9AFA. Grayscale: #4C4C4C. Windows color (decimal): -13277947 or 353589. OLE color: 353589.
HSL color Cylindrical-coordinate representation of color #356505: hue angle of 90º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #356505 is Cyan = 0.48, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 53 | 101 | 5 | - |
| CMYK | 0.48 | 0 | 0.95 | 0.60 |
| HSL | 90º | 0.91% | 0.21% | - |
| HSV(B) | 90º | 0.95% | 0.4% | - |
| XYZ | 6.15 | 10.08 | 1.76 | - |
| YUV | 75.7 | 88.1 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 101 | 5 | 0.48 | 0 | 0.95 | 0.60 | 90 | 0.91 | 0.21 |
| Hex | 35 | 65 | 5 | 30 | 0 | 5F | 3C | 5A | 5B | 15 |
| Octal | 65 | 145 | 5 | 60 | 0 | 137 | 74 | 132 | 133 | 25 |
| Binary | 110101 | 1100101 | 101 | 110000 | 0 | 1011111 | 111100 | 1011010 | 1011011 | 10101 |
Color Harmonies of #356505
Complementary color
Monochromatic Colors of #356505
Black with #356505
Text Example
Text Example
White with #356505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356505; }
p { color: rgb(53,101,5); }
H1.HeaderClassName
{
color: #356505;
}
.AnyTagClassName
{
color: #356505;
}
</style>
background-color css
<style>
a { background-color: #356505; }
a { background-color: rgb(53,101,5); }
div.DivClassName
{
background-color: #356505;
}
.BgClassName
{
background-color: #356505;
}
</style>
border-color css
<style>
span { border-color: #356505; }
span { border-color: rgb(53,101,5); }
td.TdClassName
{
border-color: #356505;
}
.TagClassName
{
border-color: #356505;
}
</style>