Shades of Verdun Green #43450F
Tints of Verdun Green #43450F
RGB
CMYK
RGB Variations
Color information
#43450F (or 0x43450F) is known color: Verdun Green. HEX triplet: 43, 45 and 0F. RGB value is (67,69,15). Sum of RGB (Red+Green+Blue) = 67+69+15=151 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.37% from 151); Green value is 69 (27.34% from 255 or 45.70% from 151); Blue value is 15 (6.25% from 255 or 9.93% from 151); Max value from RGB is 69 - color contains mainly: green. Hex color #43450F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43450F is #BCBAF0. Grayscale: #3E3E3E. Windows color (decimal): -12368625 or 1000771. OLE color: 1000771.
HSL color Cylindrical-coordinate representation of color #43450F: hue angle of 62.22º 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 #43450F is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 69 | 15 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.73 |
| HSL | 62.22º | 0.64% | 0.16% | - |
| HSV(B) | 62.22º | 0.78% | 0.27% | - |
| XYZ | 4.53 | 5.48 | 1.27 | - |
| YUV | 62.25 | 101.34 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 69 | 15 | 0.03 | 0 | 0.78 | 0.73 | 62.22 | 0.64 | 0.16 |
| Hex | 43 | 45 | F | 3 | 0 | 4E | 49 | 3E | 40 | 10 |
| Octal | 103 | 105 | 17 | 3 | 0 | 116 | 111 | 76 | 100 | 20 |
| Binary | 1000011 | 1000101 | 1111 | 11 | 0 | 1001110 | 1001001 | 111110 | 1000000 | 10000 |
Color Harmonies of #43450F
Complementary color
Monochromatic Colors of #43450F
Black with #43450F
Text Example
Text Example
White with #43450F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43450F; }
p { color: rgb(67,69,15); }
H1.HeaderClassName
{
color: #43450F;
}
.AnyTagClassName
{
color: #43450F;
}
</style>
background-color css
<style>
a { background-color: #43450F; }
a { background-color: rgb(67,69,15); }
div.DivClassName
{
background-color: #43450F;
}
.BgClassName
{
background-color: #43450F;
}
</style>
border-color css
<style>
span { border-color: #43450F; }
span { border-color: rgb(67,69,15); }
td.TdClassName
{
border-color: #43450F;
}
.TagClassName
{
border-color: #43450F;
}
</style>