Shades of Verdun Green #355A06
Tints of Verdun Green #355A06
RGB
CMYK
RGB Variations
Color information
#355A06 (or 0x355A06) is known color: Verdun Green. HEX triplet: 35, 5A and 06. RGB value is (53,90,6). Sum of RGB (Red+Green+Blue) = 53+90+6=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 90 (35.55% from 255 or 60.40% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 90 - color contains mainly: green. Hex color #355A06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355A06 is #CAA5F9. Grayscale: #454545. Windows color (decimal): -13280762 or 416309. OLE color: 416309.
HSL color Cylindrical-coordinate representation of color #355A06: hue angle of 86.43º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #355A06 is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 90 | 6 | - |
| CMYK | 0.41 | 0 | 0.93 | 0.65 |
| HSL | 86.43º | 0.88% | 0.19% | - |
| HSV(B) | 86.43º | 0.93% | 0.35% | - |
| XYZ | 5.16 | 8.08 | 1.46 | - |
| YUV | 69.36 | 92.24 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 6 | 0.41 | 0 | 0.93 | 0.65 | 86.43 | 0.88 | 0.19 |
| Hex | 35 | 5A | 6 | 29 | 0 | 5D | 41 | 56 | 58 | 13 |
| Octal | 65 | 132 | 6 | 51 | 0 | 135 | 101 | 126 | 130 | 23 |
| Binary | 110101 | 1011010 | 110 | 101001 | 0 | 1011101 | 1000001 | 1010110 | 1011000 | 10011 |
Color Harmonies of #355A06
Complementary color
Monochromatic Colors of #355A06
Black with #355A06
Text Example
Text Example
White with #355A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355A06; }
p { color: rgb(53,90,6); }
H1.HeaderClassName
{
color: #355A06;
}
.AnyTagClassName
{
color: #355A06;
}
</style>
background-color css
<style>
a { background-color: #355A06; }
a { background-color: rgb(53,90,6); }
div.DivClassName
{
background-color: #355A06;
}
.BgClassName
{
background-color: #355A06;
}
</style>
border-color css
<style>
span { border-color: #355A06; }
span { border-color: rgb(53,90,6); }
td.TdClassName
{
border-color: #355A06;
}
.TagClassName
{
border-color: #355A06;
}
</style>