Shades of Verdun Green #366302
Tints of Verdun Green #366302
RGB
CMYK
RGB Variations
Color information
#366302 (or 0x366302) is known color: Verdun Green. HEX triplet: 36, 63 and 02. RGB value is (54,99,2). Sum of RGB (Red+Green+Blue) = 54+99+2=155 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.84% from 155); Green value is 99 (39.06% from 255 or 63.87% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 99 - color contains mainly: green. Hex color #366302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366302 is #C99CFD. Grayscale: #4A4A4A. Windows color (decimal): -13212926 or 156470. OLE color: 156470.
HSL color Cylindrical-coordinate representation of color #366302: hue angle of 87.84º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #366302 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 54 | 99 | 2 | - |
| CMYK | 0.45 | 0 | 0.98 | 0.61 |
| HSL | 87.84º | 0.96% | 0.2% | - |
| HSV(B) | 87.84º | 0.98% | 0.39% | - |
| XYZ | 5.99 | 9.71 | 1.62 | - |
| YUV | 74.49 | 87.09 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 99 | 2 | 0.45 | 0 | 0.98 | 0.61 | 87.84 | 0.96 | 0.2 |
| Hex | 36 | 63 | 2 | 2D | 0 | 62 | 3D | 58 | 60 | 14 |
| Octal | 66 | 143 | 2 | 55 | 0 | 142 | 75 | 130 | 140 | 24 |
| Binary | 110110 | 1100011 | 10 | 101101 | 0 | 1100010 | 111101 | 1011000 | 1100000 | 10100 |
Color Harmonies of #366302
Complementary color
Monochromatic Colors of #366302
Black with #366302
Text Example
Text Example
White with #366302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366302; }
p { color: rgb(54,99,2); }
H1.HeaderClassName
{
color: #366302;
}
.AnyTagClassName
{
color: #366302;
}
</style>
background-color css
<style>
a { background-color: #366302; }
a { background-color: rgb(54,99,2); }
div.DivClassName
{
background-color: #366302;
}
.BgClassName
{
background-color: #366302;
}
</style>
border-color css
<style>
span { border-color: #366302; }
span { border-color: rgb(54,99,2); }
td.TdClassName
{
border-color: #366302;
}
.TagClassName
{
border-color: #366302;
}
</style>