Shades of Verdun Green #43500C
Tints of Verdun Green #43500C
RGB
CMYK
RGB Variations
Color information
#43500C (or 0x43500C) is known color: Verdun Green. HEX triplet: 43, 50 and 0C. RGB value is (67,80,12). Sum of RGB (Red+Green+Blue) = 67+80+12=159 (21% of max value = 765). Red value is 67 (26.56% from 255 or 42.14% from 159); Green value is 80 (31.64% from 255 or 50.31% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 80 - color contains mainly: green. Hex color #43500C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43500C is #BCAFF3. Grayscale: #444444. Windows color (decimal): -12365812 or 806979. OLE color: 806979.
HSL color Cylindrical-coordinate representation of color #43500C: hue angle of 71.47º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #43500C is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 80 | 12 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.69 |
| HSL | 71.47º | 0.74% | 0.18% | - |
| HSV(B) | 71.47º | 0.85% | 0.31% | - |
| XYZ | 5.25 | 6.96 | 1.41 | - |
| YUV | 68.36 | 96.19 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 80 | 12 | 0.16 | 0 | 0.85 | 0.69 | 71.47 | 0.74 | 0.18 |
| Hex | 43 | 50 | C | 10 | 0 | 55 | 45 | 47 | 4A | 12 |
| Octal | 103 | 120 | 14 | 20 | 0 | 125 | 105 | 107 | 112 | 22 |
| Binary | 1000011 | 1010000 | 1100 | 10000 | 0 | 1010101 | 1000101 | 1000111 | 1001010 | 10010 |
Color Harmonies of #43500C
Complementary color
Monochromatic Colors of #43500C
Black with #43500C
Text Example
Text Example
White with #43500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43500C; }
p { color: rgb(67,80,12); }
H1.HeaderClassName
{
color: #43500C;
}
.AnyTagClassName
{
color: #43500C;
}
</style>
background-color css
<style>
a { background-color: #43500C; }
a { background-color: rgb(67,80,12); }
div.DivClassName
{
background-color: #43500C;
}
.BgClassName
{
background-color: #43500C;
}
</style>
border-color css
<style>
span { border-color: #43500C; }
span { border-color: rgb(67,80,12); }
td.TdClassName
{
border-color: #43500C;
}
.TagClassName
{
border-color: #43500C;
}
</style>