Shades of Verdun Green #455908
Tints of Verdun Green #455908
RGB
CMYK
RGB Variations
Color information
#455908 (or 0x455908) is known color: Verdun Green. HEX triplet: 45, 59 and 08. RGB value is (69,89,8). Sum of RGB (Red+Green+Blue) = 69+89+8=166 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.57% from 166); Green value is 89 (35.16% from 255 or 53.61% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 89 - color contains mainly: green. Hex color #455908 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455908 is #BAA6F7. Grayscale: #4A4A4A. Windows color (decimal): -12232440 or 547141. OLE color: 547141.
HSL color Cylindrical-coordinate representation of color #455908: hue angle of 74.81º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #455908 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 89 | 8 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.65 |
| HSL | 74.81º | 0.84% | 0.19% | - |
| HSV(B) | 74.81º | 0.91% | 0.35% | - |
| XYZ | 6.07 | 8.43 | 1.54 | - |
| YUV | 73.79 | 90.87 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 89 | 8 | 0.22 | 0 | 0.91 | 0.65 | 74.81 | 0.84 | 0.19 |
| Hex | 45 | 59 | 8 | 16 | 0 | 5B | 41 | 4B | 54 | 13 |
| Octal | 105 | 131 | 10 | 26 | 0 | 133 | 101 | 113 | 124 | 23 |
| Binary | 1000101 | 1011001 | 1000 | 10110 | 0 | 1011011 | 1000001 | 1001011 | 1010100 | 10011 |
Color Harmonies of #455908
Complementary color
Monochromatic Colors of #455908
Black with #455908
Text Example
Text Example
White with #455908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455908; }
p { color: rgb(69,89,8); }
H1.HeaderClassName
{
color: #455908;
}
.AnyTagClassName
{
color: #455908;
}
</style>
background-color css
<style>
a { background-color: #455908; }
a { background-color: rgb(69,89,8); }
div.DivClassName
{
background-color: #455908;
}
.BgClassName
{
background-color: #455908;
}
</style>
border-color css
<style>
span { border-color: #455908; }
span { border-color: rgb(69,89,8); }
td.TdClassName
{
border-color: #455908;
}
.TagClassName
{
border-color: #455908;
}
</style>