Shades of Verdun Green #36540B
Tints of Verdun Green #36540B
RGB
CMYK
RGB Variations
Color information
#36540B (or 0x36540B) is known color: Verdun Green. HEX triplet: 36, 54 and 0B. RGB value is (54,84,11). Sum of RGB (Red+Green+Blue) = 54+84+11=149 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.24% from 149); Green value is 84 (33.20% from 255 or 56.38% from 149); Blue value is 11 (4.69% from 255 or 7.38% from 149); Max value from RGB is 84 - color contains mainly: green. Hex color #36540B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36540B is #C9ABF4. Grayscale: #424242. Windows color (decimal): -13216757 or 742454. OLE color: 742454.
HSL color Cylindrical-coordinate representation of color #36540B: hue angle of 84.66º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #36540B is Cyan = 0.36, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 84 | 11 | - |
| CMYK | 0.36 | 0 | 0.87 | 0.67 |
| HSL | 84.66º | 0.77% | 0.19% | - |
| HSV(B) | 84.66º | 0.87% | 0.33% | - |
| XYZ | 4.75 | 7.15 | 1.45 | - |
| YUV | 66.71 | 96.56 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 84 | 11 | 0.36 | 0 | 0.87 | 0.67 | 84.66 | 0.77 | 0.19 |
| Hex | 36 | 54 | B | 24 | 0 | 57 | 43 | 55 | 4D | 13 |
| Octal | 66 | 124 | 13 | 44 | 0 | 127 | 103 | 125 | 115 | 23 |
| Binary | 110110 | 1010100 | 1011 | 100100 | 0 | 1010111 | 1000011 | 1010101 | 1001101 | 10011 |
Color Harmonies of #36540B
Complementary color
Monochromatic Colors of #36540B
Black with #36540B
Text Example
Text Example
White with #36540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36540B; }
p { color: rgb(54,84,11); }
H1.HeaderClassName
{
color: #36540B;
}
.AnyTagClassName
{
color: #36540B;
}
</style>
background-color css
<style>
a { background-color: #36540B; }
a { background-color: rgb(54,84,11); }
div.DivClassName
{
background-color: #36540B;
}
.BgClassName
{
background-color: #36540B;
}
</style>
border-color css
<style>
span { border-color: #36540B; }
span { border-color: rgb(54,84,11); }
td.TdClassName
{
border-color: #36540B;
}
.TagClassName
{
border-color: #36540B;
}
</style>