Shades of Verdun Green #356502
Tints of Verdun Green #356502
RGB
CMYK
RGB Variations
Color information
#356502 (or 0x356502) is known color: Verdun Green. HEX triplet: 35, 65 and 02. RGB value is (53,101,2). Sum of RGB (Red+Green+Blue) = 53+101+2=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 101 (39.84% from 255 or 64.74% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 101 - color contains mainly: green. Hex color #356502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356502 is #CA9AFD. Grayscale: #4B4B4B. Windows color (decimal): -13277950 or 156981. OLE color: 156981.
HSL color Cylindrical-coordinate representation of color #356502: hue angle of 89.09º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #356502 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 53 | 101 | 2 | - |
| CMYK | 0.48 | 0 | 0.98 | 0.60 |
| HSL | 89.09º | 0.96% | 0.2% | - |
| HSV(B) | 89.09º | 0.98% | 0.4% | - |
| XYZ | 6.13 | 10.07 | 1.68 | - |
| YUV | 75.36 | 86.6 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 101 | 2 | 0.48 | 0 | 0.98 | 0.60 | 89.09 | 0.96 | 0.2 |
| Hex | 35 | 65 | 2 | 30 | 0 | 62 | 3C | 59 | 60 | 14 |
| Octal | 65 | 145 | 2 | 60 | 0 | 142 | 74 | 131 | 140 | 24 |
| Binary | 110101 | 1100101 | 10 | 110000 | 0 | 1100010 | 111100 | 1011001 | 1100000 | 10100 |
Color Harmonies of #356502
Complementary color
Monochromatic Colors of #356502
Black with #356502
Text Example
Text Example
White with #356502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356502; }
p { color: rgb(53,101,2); }
H1.HeaderClassName
{
color: #356502;
}
.AnyTagClassName
{
color: #356502;
}
</style>
background-color css
<style>
a { background-color: #356502; }
a { background-color: rgb(53,101,2); }
div.DivClassName
{
background-color: #356502;
}
.BgClassName
{
background-color: #356502;
}
</style>
border-color css
<style>
span { border-color: #356502; }
span { border-color: rgb(53,101,2); }
td.TdClassName
{
border-color: #356502;
}
.TagClassName
{
border-color: #356502;
}
</style>