Shades of Verdun Green #43491A
Tints of Verdun Green #43491A
RGB
CMYK
RGB Variations
Color information
#43491A (or 0x43491A) is known color: Verdun Green. HEX triplet: 43, 49 and 1A. RGB value is (67,73,26). Sum of RGB (Red+Green+Blue) = 67+73+26=166 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.36% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 73 - color contains mainly: green. Hex color #43491A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43491A is #BCB6E5. Grayscale: #424242. Windows color (decimal): -12367590 or 1722691. OLE color: 1722691.
HSL color Cylindrical-coordinate representation of color #43491A: hue angle of 67.66º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #43491A is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 73 | 26 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.71 |
| HSL | 67.66º | 0.47% | 0.19% | - |
| HSV(B) | 67.66º | 0.64% | 0.29% | - |
| XYZ | 4.88 | 6.03 | 1.88 | - |
| YUV | 65.85 | 105.51 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 73 | 26 | 0.08 | 0 | 0.64 | 0.71 | 67.66 | 0.47 | 0.19 |
| Hex | 43 | 49 | 1A | 8 | 0 | 40 | 47 | 44 | 2F | 13 |
| Octal | 103 | 111 | 32 | 10 | 0 | 100 | 107 | 104 | 57 | 23 |
| Binary | 1000011 | 1001001 | 11010 | 1000 | 0 | 1000000 | 1000111 | 1000100 | 101111 | 10011 |
Color Harmonies of #43491A
Complementary color
Monochromatic Colors of #43491A
Black with #43491A
Text Example
Text Example
White with #43491A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43491A; }
p { color: rgb(67,73,26); }
H1.HeaderClassName
{
color: #43491A;
}
.AnyTagClassName
{
color: #43491A;
}
</style>
background-color css
<style>
a { background-color: #43491A; }
a { background-color: rgb(67,73,26); }
div.DivClassName
{
background-color: #43491A;
}
.BgClassName
{
background-color: #43491A;
}
</style>
border-color css
<style>
span { border-color: #43491A; }
span { border-color: rgb(67,73,26); }
td.TdClassName
{
border-color: #43491A;
}
.TagClassName
{
border-color: #43491A;
}
</style>