Shades of Verdun Green #455708
Tints of Verdun Green #455708
RGB
CMYK
RGB Variations
Color information
#455708 (or 0x455708) is known color: Verdun Green. HEX triplet: 45, 57 and 08. RGB value is (69,87,8). Sum of RGB (Red+Green+Blue) = 69+87+8=164 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.07% from 164); Green value is 87 (34.38% from 255 or 53.05% from 164); Blue value is 8 (3.52% from 255 or 4.88% from 164); Max value from RGB is 87 - color contains mainly: green. Hex color #455708 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455708 is #BAA8F7. Grayscale: #484848. Windows color (decimal): -12232952 or 546629. OLE color: 546629.
HSL color Cylindrical-coordinate representation of color #455708: hue angle of 73.67º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #455708 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 87 | 8 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.66 |
| HSL | 73.67º | 0.83% | 0.19% | - |
| HSV(B) | 73.67º | 0.91% | 0.34% | - |
| XYZ | 5.91 | 8.1 | 1.48 | - |
| YUV | 72.61 | 91.54 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 87 | 8 | 0.21 | 0 | 0.91 | 0.66 | 73.67 | 0.83 | 0.19 |
| Hex | 45 | 57 | 8 | 15 | 0 | 5B | 42 | 4A | 53 | 13 |
| Octal | 105 | 127 | 10 | 25 | 0 | 133 | 102 | 112 | 123 | 23 |
| Binary | 1000101 | 1010111 | 1000 | 10101 | 0 | 1011011 | 1000010 | 1001010 | 1010011 | 10011 |
Color Harmonies of #455708
Complementary color
Monochromatic Colors of #455708
Black with #455708
Text Example
Text Example
White with #455708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455708; }
p { color: rgb(69,87,8); }
H1.HeaderClassName
{
color: #455708;
}
.AnyTagClassName
{
color: #455708;
}
</style>
background-color css
<style>
a { background-color: #455708; }
a { background-color: rgb(69,87,8); }
div.DivClassName
{
background-color: #455708;
}
.BgClassName
{
background-color: #455708;
}
</style>
border-color css
<style>
span { border-color: #455708; }
span { border-color: rgb(69,87,8); }
td.TdClassName
{
border-color: #455708;
}
.TagClassName
{
border-color: #455708;
}
</style>