Shades of Verdun Green #43450A
Tints of Verdun Green #43450A
RGB
CMYK
RGB Variations
Color information
#43450A (or 0x43450A) is known color: Verdun Green. HEX triplet: 43, 45 and 0A. RGB value is (67,69,10). Sum of RGB (Red+Green+Blue) = 67+69+10=146 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.89% from 146); Green value is 69 (27.34% from 255 or 47.26% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 69 - color contains mainly: green. Hex color #43450A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43450A is #BCBAF5. Grayscale: #3D3D3D. Windows color (decimal): -12368630 or 673091. OLE color: 673091.
HSL color Cylindrical-coordinate representation of color #43450A: hue angle of 62.03º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #43450A is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 69 | 10 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.73 |
| HSL | 62.03º | 0.75% | 0.15% | - |
| HSV(B) | 62.03º | 0.86% | 0.27% | - |
| XYZ | 4.5 | 5.47 | 1.11 | - |
| YUV | 61.68 | 98.84 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 69 | 10 | 0.03 | 0 | 0.86 | 0.73 | 62.03 | 0.75 | 0.15 |
| Hex | 43 | 45 | A | 3 | 0 | 56 | 49 | 3E | 4B | F |
| Octal | 103 | 105 | 12 | 3 | 0 | 126 | 111 | 76 | 113 | 17 |
| Binary | 1000011 | 1000101 | 1010 | 11 | 0 | 1010110 | 1001001 | 111110 | 1001011 | 1111 |
Color Harmonies of #43450A
Complementary color
Monochromatic Colors of #43450A
Black with #43450A
Text Example
Text Example
White with #43450A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43450A; }
p { color: rgb(67,69,10); }
H1.HeaderClassName
{
color: #43450A;
}
.AnyTagClassName
{
color: #43450A;
}
</style>
background-color css
<style>
a { background-color: #43450A; }
a { background-color: rgb(67,69,10); }
div.DivClassName
{
background-color: #43450A;
}
.BgClassName
{
background-color: #43450A;
}
</style>
border-color css
<style>
span { border-color: #43450A; }
span { border-color: rgb(67,69,10); }
td.TdClassName
{
border-color: #43450A;
}
.TagClassName
{
border-color: #43450A;
}
</style>