Shades of Verdun Green #36600C
Tints of Verdun Green #36600C
RGB
CMYK
RGB Variations
Color information
#36600C (or 0x36600C) is known color: Verdun Green. HEX triplet: 36, 60 and 0C. RGB value is (54,96,12). Sum of RGB (Red+Green+Blue) = 54+96+12=162 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.33% from 162); Green value is 96 (37.89% from 255 or 59.26% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 96 - color contains mainly: green. Hex color #36600C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36600C is #C99FF3. Grayscale: #4A4A4A. Windows color (decimal): -13213684 or 811062. OLE color: 811062.
HSL color Cylindrical-coordinate representation of color #36600C: hue angle of 90º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #36600C is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 54 | 96 | 12 | - |
| CMYK | 0.44 | 0 | 0.88 | 0.62 |
| HSL | 90º | 0.78% | 0.21% | - |
| HSV(B) | 90º | 0.88% | 0.38% | - |
| XYZ | 5.77 | 9.18 | 1.81 | - |
| YUV | 73.87 | 93.09 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 96 | 12 | 0.44 | 0 | 0.88 | 0.62 | 90 | 0.78 | 0.21 |
| Hex | 36 | 60 | C | 2C | 0 | 58 | 3E | 5A | 4E | 15 |
| Octal | 66 | 140 | 14 | 54 | 0 | 130 | 76 | 132 | 116 | 25 |
| Binary | 110110 | 1100000 | 1100 | 101100 | 0 | 1011000 | 111110 | 1011010 | 1001110 | 10101 |
Color Harmonies of #36600C
Complementary color
Monochromatic Colors of #36600C
Black with #36600C
Text Example
Text Example
White with #36600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36600C; }
p { color: rgb(54,96,12); }
H1.HeaderClassName
{
color: #36600C;
}
.AnyTagClassName
{
color: #36600C;
}
</style>
background-color css
<style>
a { background-color: #36600C; }
a { background-color: rgb(54,96,12); }
div.DivClassName
{
background-color: #36600C;
}
.BgClassName
{
background-color: #36600C;
}
</style>
border-color css
<style>
span { border-color: #36600C; }
span { border-color: rgb(54,96,12); }
td.TdClassName
{
border-color: #36600C;
}
.TagClassName
{
border-color: #36600C;
}
</style>