Shades of Verdun Green #43440F
Tints of Verdun Green #43440F
RGB
CMYK
RGB Variations
Color information
#43440F (or 0x43440F) is known color: Verdun Green. HEX triplet: 43, 44 and 0F. RGB value is (67,68,15). Sum of RGB (Red+Green+Blue) = 67+68+15=150 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.67% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 15 (6.25% from 255 or 10% from 150); Max value from RGB is 68 - color contains mainly: green. Hex color #43440F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43440F is #BCBBF0. Grayscale: #3D3D3D. Windows color (decimal): -12368881 or 1000515. OLE color: 1000515.
HSL color Cylindrical-coordinate representation of color #43440F: hue angle of 61.13º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #43440F is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 68 | 15 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.73 |
| HSL | 61.13º | 0.64% | 0.16% | - |
| HSV(B) | 61.13º | 0.78% | 0.27% | - |
| XYZ | 4.47 | 5.36 | 1.25 | - |
| YUV | 61.66 | 101.67 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 68 | 15 | 0.01 | 0 | 0.78 | 0.73 | 61.13 | 0.64 | 0.16 |
| Hex | 43 | 44 | F | 1 | 0 | 4E | 49 | 3D | 40 | 10 |
| Octal | 103 | 104 | 17 | 1 | 0 | 116 | 111 | 75 | 100 | 20 |
| Binary | 1000011 | 1000100 | 1111 | 1 | 0 | 1001110 | 1001001 | 111101 | 1000000 | 10000 |
Color Harmonies of #43440F
Complementary color
Monochromatic Colors of #43440F
Black with #43440F
Text Example
Text Example
White with #43440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43440F; }
p { color: rgb(67,68,15); }
H1.HeaderClassName
{
color: #43440F;
}
.AnyTagClassName
{
color: #43440F;
}
</style>
background-color css
<style>
a { background-color: #43440F; }
a { background-color: rgb(67,68,15); }
div.DivClassName
{
background-color: #43440F;
}
.BgClassName
{
background-color: #43440F;
}
</style>
border-color css
<style>
span { border-color: #43440F; }
span { border-color: rgb(67,68,15); }
td.TdClassName
{
border-color: #43440F;
}
.TagClassName
{
border-color: #43440F;
}
</style>