Shades of Verdun Green #365B06
Tints of Verdun Green #365B06
RGB
CMYK
RGB Variations
Color information
#365B06 (or 0x365B06) is known color: Verdun Green. HEX triplet: 36, 5B and 06. RGB value is (54,91,6). Sum of RGB (Red+Green+Blue) = 54+91+6=151 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.76% from 151); Green value is 91 (35.94% from 255 or 60.26% from 151); Blue value is 6 (2.73% from 255 or 3.97% from 151); Max value from RGB is 91 - color contains mainly: green. Hex color #365B06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365B06 is #C9A4F9. Grayscale: #464646. Windows color (decimal): -13214970 or 416566. OLE color: 416566.
HSL color Cylindrical-coordinate representation of color #365B06: hue angle of 86.12º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #365B06 is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 91 | 6 | - |
| CMYK | 0.41 | 0 | 0.93 | 0.64 |
| HSL | 86.12º | 0.88% | 0.19% | - |
| HSV(B) | 86.12º | 0.93% | 0.36% | - |
| XYZ | 5.3 | 8.28 | 1.49 | - |
| YUV | 70.25 | 91.74 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 91 | 6 | 0.41 | 0 | 0.93 | 0.64 | 86.12 | 0.88 | 0.19 |
| Hex | 36 | 5B | 6 | 29 | 0 | 5D | 40 | 56 | 58 | 13 |
| Octal | 66 | 133 | 6 | 51 | 0 | 135 | 100 | 126 | 130 | 23 |
| Binary | 110110 | 1011011 | 110 | 101001 | 0 | 1011101 | 1000000 | 1010110 | 1011000 | 10011 |
Color Harmonies of #365B06
Complementary color
Monochromatic Colors of #365B06
Black with #365B06
Text Example
Text Example
White with #365B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365B06; }
p { color: rgb(54,91,6); }
H1.HeaderClassName
{
color: #365B06;
}
.AnyTagClassName
{
color: #365B06;
}
</style>
background-color css
<style>
a { background-color: #365B06; }
a { background-color: rgb(54,91,6); }
div.DivClassName
{
background-color: #365B06;
}
.BgClassName
{
background-color: #365B06;
}
</style>
border-color css
<style>
span { border-color: #365B06; }
span { border-color: rgb(54,91,6); }
td.TdClassName
{
border-color: #365B06;
}
.TagClassName
{
border-color: #365B06;
}
</style>