Shades of Verdun Green #43630F
Tints of Verdun Green #43630F
RGB
CMYK
RGB Variations
Color information
#43630F (or 0x43630F) is known color: Verdun Green. HEX triplet: 43, 63 and 0F. RGB value is (67,99,15). Sum of RGB (Red+Green+Blue) = 67+99+15=181 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.02% from 181); Green value is 99 (39.06% from 255 or 54.70% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 99 - color contains mainly: green. Hex color #43630F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43630F is #BC9CF0. Grayscale: #505050. Windows color (decimal): -12360945 or 1008451. OLE color: 1008451.
HSL color Cylindrical-coordinate representation of color #43630F: hue angle of 82.86º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #43630F is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 67 | 99 | 15 | - |
| CMYK | 0.32 | 0 | 0.85 | 0.61 |
| HSL | 82.86º | 0.74% | 0.22% | - |
| HSV(B) | 82.86º | 0.85% | 0.39% | - |
| XYZ | 6.86 | 10.15 | 2.05 | - |
| YUV | 79.86 | 91.4 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 99 | 15 | 0.32 | 0 | 0.85 | 0.61 | 82.86 | 0.74 | 0.22 |
| Hex | 43 | 63 | F | 20 | 0 | 55 | 3D | 53 | 4A | 16 |
| Octal | 103 | 143 | 17 | 40 | 0 | 125 | 75 | 123 | 112 | 26 |
| Binary | 1000011 | 1100011 | 1111 | 100000 | 0 | 1010101 | 111101 | 1010011 | 1001010 | 10110 |
Color Harmonies of #43630F
Complementary color
Monochromatic Colors of #43630F
Black with #43630F
Text Example
Text Example
White with #43630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43630F; }
p { color: rgb(67,99,15); }
H1.HeaderClassName
{
color: #43630F;
}
.AnyTagClassName
{
color: #43630F;
}
</style>
background-color css
<style>
a { background-color: #43630F; }
a { background-color: rgb(67,99,15); }
div.DivClassName
{
background-color: #43630F;
}
.BgClassName
{
background-color: #43630F;
}
</style>
border-color css
<style>
span { border-color: #43630F; }
span { border-color: rgb(67,99,15); }
td.TdClassName
{
border-color: #43630F;
}
.TagClassName
{
border-color: #43630F;
}
</style>