Shades of Verdun Green #365306
Tints of Verdun Green #365306
RGB
CMYK
RGB Variations
Color information
#365306 (or 0x365306) is known color: Verdun Green. HEX triplet: 36, 53 and 06. RGB value is (54,83,6). Sum of RGB (Red+Green+Blue) = 54+83+6=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 83 (32.81% from 255 or 58.04% from 143); Blue value is 6 (2.73% from 255 or 4.20% from 143); Max value from RGB is 83 - color contains mainly: green. Hex color #365306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365306 is #C9ACF9. Grayscale: #414141. Windows color (decimal): -13217018 or 414518. OLE color: 414518.
HSL color Cylindrical-coordinate representation of color #365306: hue angle of 82.6º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #365306 is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 83 | 6 | - |
| CMYK | 0.35 | 0 | 0.93 | 0.67 |
| HSL | 82.6º | 0.87% | 0.17% | - |
| HSV(B) | 82.6º | 0.93% | 0.33% | - |
| XYZ | 4.65 | 6.98 | 1.28 | - |
| YUV | 65.55 | 94.39 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 83 | 6 | 0.35 | 0 | 0.93 | 0.67 | 82.6 | 0.87 | 0.17 |
| Hex | 36 | 53 | 6 | 23 | 0 | 5D | 43 | 53 | 57 | 11 |
| Octal | 66 | 123 | 6 | 43 | 0 | 135 | 103 | 123 | 127 | 21 |
| Binary | 110110 | 1010011 | 110 | 100011 | 0 | 1011101 | 1000011 | 1010011 | 1010111 | 10001 |
Color Harmonies of #365306
Complementary color
Monochromatic Colors of #365306
Black with #365306
Text Example
Text Example
White with #365306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365306; }
p { color: rgb(54,83,6); }
H1.HeaderClassName
{
color: #365306;
}
.AnyTagClassName
{
color: #365306;
}
</style>
background-color css
<style>
a { background-color: #365306; }
a { background-color: rgb(54,83,6); }
div.DivClassName
{
background-color: #365306;
}
.BgClassName
{
background-color: #365306;
}
</style>
border-color css
<style>
span { border-color: #365306; }
span { border-color: rgb(54,83,6); }
td.TdClassName
{
border-color: #365306;
}
.TagClassName
{
border-color: #365306;
}
</style>