Shades of Verdun Green #45491B
Tints of Verdun Green #45491B
RGB
CMYK
RGB Variations
Color information
#45491B (or 0x45491B) is known color: Verdun Green. HEX triplet: 45, 49 and 1B. RGB value is (69,73,27). Sum of RGB (Red+Green+Blue) = 69+73+27=169 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.83% from 169); Green value is 73 (28.91% from 255 or 43.20% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 73 - color contains mainly: green. Hex color #45491B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45491B is #BAB6E4. Grayscale: #424242. Windows color (decimal): -12236517 or 1788229. OLE color: 1788229.
HSL color Cylindrical-coordinate representation of color #45491B: hue angle of 65.22º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #45491B is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 73 | 27 | - |
| CMYK | 0.05 | 0 | 0.63 | 0.71 |
| HSL | 65.22º | 0.46% | 0.2% | - |
| HSV(B) | 65.22º | 0.63% | 0.29% | - |
| XYZ | 5.03 | 6.11 | 1.95 | - |
| YUV | 66.56 | 105.67 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 73 | 27 | 0.05 | 0 | 0.63 | 0.71 | 65.22 | 0.46 | 0.2 |
| Hex | 45 | 49 | 1B | 5 | 0 | 3F | 47 | 41 | 2E | 14 |
| Octal | 105 | 111 | 33 | 5 | 0 | 77 | 107 | 101 | 56 | 24 |
| Binary | 1000101 | 1001001 | 11011 | 101 | 0 | 111111 | 1000111 | 1000001 | 101110 | 10100 |
Color Harmonies of #45491B
Complementary color
Monochromatic Colors of #45491B
Black with #45491B
Text Example
Text Example
White with #45491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45491B; }
p { color: rgb(69,73,27); }
H1.HeaderClassName
{
color: #45491B;
}
.AnyTagClassName
{
color: #45491B;
}
</style>
background-color css
<style>
a { background-color: #45491B; }
a { background-color: rgb(69,73,27); }
div.DivClassName
{
background-color: #45491B;
}
.BgClassName
{
background-color: #45491B;
}
</style>
border-color css
<style>
span { border-color: #45491B; }
span { border-color: rgb(69,73,27); }
td.TdClassName
{
border-color: #45491B;
}
.TagClassName
{
border-color: #45491B;
}
</style>