Shades of Verdun Green #43630D
Tints of Verdun Green #43630D
RGB
CMYK
RGB Variations
Color information
#43630D (or 0x43630D) is known color: Verdun Green. HEX triplet: 43, 63 and 0D. RGB value is (67,99,13). Sum of RGB (Red+Green+Blue) = 67+99+13=179 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.43% from 179); Green value is 99 (39.06% from 255 or 55.31% from 179); Blue value is 13 (5.47% from 255 or 7.26% from 179); Max value from RGB is 99 - color contains mainly: green. Hex color #43630D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43630D is #BC9CF2. Grayscale: #4F4F4F. Windows color (decimal): -12360947 or 877379. OLE color: 877379.
HSL color Cylindrical-coordinate representation of color #43630D: hue angle of 82.33º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #43630D is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 67 | 99 | 13 | - |
| CMYK | 0.32 | 0 | 0.87 | 0.61 |
| HSL | 82.33º | 0.77% | 0.22% | - |
| HSV(B) | 82.33º | 0.87% | 0.39% | - |
| XYZ | 6.85 | 10.15 | 1.98 | - |
| YUV | 79.63 | 90.4 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 99 | 13 | 0.32 | 0 | 0.87 | 0.61 | 82.33 | 0.77 | 0.22 |
| Hex | 43 | 63 | D | 20 | 0 | 57 | 3D | 52 | 4D | 16 |
| Octal | 103 | 143 | 15 | 40 | 0 | 127 | 75 | 122 | 115 | 26 |
| Binary | 1000011 | 1100011 | 1101 | 100000 | 0 | 1010111 | 111101 | 1010010 | 1001101 | 10110 |
Color Harmonies of #43630D
Complementary color
Monochromatic Colors of #43630D
Black with #43630D
Text Example
Text Example
White with #43630D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43630D; }
p { color: rgb(67,99,13); }
H1.HeaderClassName
{
color: #43630D;
}
.AnyTagClassName
{
color: #43630D;
}
</style>
background-color css
<style>
a { background-color: #43630D; }
a { background-color: rgb(67,99,13); }
div.DivClassName
{
background-color: #43630D;
}
.BgClassName
{
background-color: #43630D;
}
</style>
border-color css
<style>
span { border-color: #43630D; }
span { border-color: rgb(67,99,13); }
td.TdClassName
{
border-color: #43630D;
}
.TagClassName
{
border-color: #43630D;
}
</style>