Shades of Verdun Green #36630B
Tints of Verdun Green #36630B
RGB
CMYK
RGB Variations
Color information
#36630B (or 0x36630B) is known color: Verdun Green. HEX triplet: 36, 63 and 0B. RGB value is (54,99,11). Sum of RGB (Red+Green+Blue) = 54+99+11=164 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.93% from 164); Green value is 99 (39.06% from 255 or 60.37% from 164); Blue value is 11 (4.69% from 255 or 6.71% from 164); Max value from RGB is 99 - color contains mainly: green. Hex color #36630B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36630B is #C99CF4. Grayscale: #4B4B4B. Windows color (decimal): -13212917 or 746294. OLE color: 746294.
HSL color Cylindrical-coordinate representation of color #36630B: hue angle of 90.68º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #36630B is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 54 | 99 | 11 | - |
| CMYK | 0.45 | 0 | 0.89 | 0.61 |
| HSL | 90.68º | 0.8% | 0.22% | - |
| HSV(B) | 90.68º | 0.89% | 0.39% | - |
| XYZ | 6.04 | 9.73 | 1.88 | - |
| YUV | 75.51 | 91.59 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 99 | 11 | 0.45 | 0 | 0.89 | 0.61 | 90.68 | 0.8 | 0.22 |
| Hex | 36 | 63 | B | 2D | 0 | 59 | 3D | 5B | 50 | 16 |
| Octal | 66 | 143 | 13 | 55 | 0 | 131 | 75 | 133 | 120 | 26 |
| Binary | 110110 | 1100011 | 1011 | 101101 | 0 | 1011001 | 111101 | 1011011 | 1010000 | 10110 |
Color Harmonies of #36630B
Complementary color
Monochromatic Colors of #36630B
Black with #36630B
Text Example
Text Example
White with #36630B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36630B; }
p { color: rgb(54,99,11); }
H1.HeaderClassName
{
color: #36630B;
}
.AnyTagClassName
{
color: #36630B;
}
</style>
background-color css
<style>
a { background-color: #36630B; }
a { background-color: rgb(54,99,11); }
div.DivClassName
{
background-color: #36630B;
}
.BgClassName
{
background-color: #36630B;
}
</style>
border-color css
<style>
span { border-color: #36630B; }
span { border-color: rgb(54,99,11); }
td.TdClassName
{
border-color: #36630B;
}
.TagClassName
{
border-color: #36630B;
}
</style>