Shades of Verdun Green #45590F
Tints of Verdun Green #45590F
RGB
CMYK
RGB Variations
Color information
#45590F (or 0x45590F) is known color: Verdun Green. HEX triplet: 45, 59 and 0F. RGB value is (69,89,15). Sum of RGB (Red+Green+Blue) = 69+89+15=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 89 (35.16% from 255 or 51.45% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 89 - color contains mainly: green. Hex color #45590F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45590F is #BAA6F0. Grayscale: #4A4A4A. Windows color (decimal): -12232433 or 1005893. OLE color: 1005893.
HSL color Cylindrical-coordinate representation of color #45590F: hue angle of 76.22º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #45590F is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 89 | 15 | - |
| CMYK | 0.22 | 0 | 0.83 | 0.65 |
| HSL | 76.22º | 0.71% | 0.2% | - |
| HSV(B) | 76.22º | 0.83% | 0.35% | - |
| XYZ | 6.11 | 8.44 | 1.76 | - |
| YUV | 74.58 | 94.37 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 89 | 15 | 0.22 | 0 | 0.83 | 0.65 | 76.22 | 0.71 | 0.2 |
| Hex | 45 | 59 | F | 16 | 0 | 53 | 41 | 4C | 47 | 14 |
| Octal | 105 | 131 | 17 | 26 | 0 | 123 | 101 | 114 | 107 | 24 |
| Binary | 1000101 | 1011001 | 1111 | 10110 | 0 | 1010011 | 1000001 | 1001100 | 1000111 | 10100 |
Color Harmonies of #45590F
Complementary color
Monochromatic Colors of #45590F
Black with #45590F
Text Example
Text Example
White with #45590F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45590F; }
p { color: rgb(69,89,15); }
H1.HeaderClassName
{
color: #45590F;
}
.AnyTagClassName
{
color: #45590F;
}
</style>
background-color css
<style>
a { background-color: #45590F; }
a { background-color: rgb(69,89,15); }
div.DivClassName
{
background-color: #45590F;
}
.BgClassName
{
background-color: #45590F;
}
</style>
border-color css
<style>
span { border-color: #45590F; }
span { border-color: rgb(69,89,15); }
td.TdClassName
{
border-color: #45590F;
}
.TagClassName
{
border-color: #45590F;
}
</style>