Shades of Verdun Green #45531D
Tints of Verdun Green #45531D
RGB
CMYK
RGB Variations
Color information
#45531D (or 0x45531D) is known color: Verdun Green. HEX triplet: 45, 53 and 1D. RGB value is (69,83,29). Sum of RGB (Red+Green+Blue) = 69+83+29=181 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.12% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #45531D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45531D is #BAACE2. Grayscale: #484848. Windows color (decimal): -12233955 or 1921861. OLE color: 1921861.
HSL color Cylindrical-coordinate representation of color #45531D: hue angle of 75.56º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45531D is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 83 | 29 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.67 |
| HSL | 75.56º | 0.48% | 0.22% | - |
| HSV(B) | 75.56º | 0.65% | 0.33% | - |
| XYZ | 5.77 | 7.54 | 2.31 | - |
| YUV | 72.66 | 103.36 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 83 | 29 | 0.17 | 0 | 0.65 | 0.67 | 75.56 | 0.48 | 0.22 |
| Hex | 45 | 53 | 1D | 11 | 0 | 41 | 43 | 4C | 30 | 16 |
| Octal | 105 | 123 | 35 | 21 | 0 | 101 | 103 | 114 | 60 | 26 |
| Binary | 1000101 | 1010011 | 11101 | 10001 | 0 | 1000001 | 1000011 | 1001100 | 110000 | 10110 |
Color Harmonies of #45531D
Complementary color
Monochromatic Colors of #45531D
Black with #45531D
Text Example
Text Example
White with #45531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45531D; }
p { color: rgb(69,83,29); }
H1.HeaderClassName
{
color: #45531D;
}
.AnyTagClassName
{
color: #45531D;
}
</style>
background-color css
<style>
a { background-color: #45531D; }
a { background-color: rgb(69,83,29); }
div.DivClassName
{
background-color: #45531D;
}
.BgClassName
{
background-color: #45531D;
}
</style>
border-color css
<style>
span { border-color: #45531D; }
span { border-color: rgb(69,83,29); }
td.TdClassName
{
border-color: #45531D;
}
.TagClassName
{
border-color: #45531D;
}
</style>