Shades of Verdun Green #455E08
Tints of Verdun Green #455E08
RGB
CMYK
RGB Variations
Color information
#455E08 (or 0x455E08) is known color: Verdun Green. HEX triplet: 45, 5E and 08. RGB value is (69,94,8). Sum of RGB (Red+Green+Blue) = 69+94+8=171 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.35% from 171); Green value is 94 (37.11% from 255 or 54.97% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 94 - color contains mainly: green. Hex color #455E08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455E08 is #BAA1F7. Grayscale: #4D4D4D. Windows color (decimal): -12231160 or 548421. OLE color: 548421.
HSL color Cylindrical-coordinate representation of color #455E08: hue angle of 77.44º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #455E08 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 69 | 94 | 8 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.63 |
| HSL | 77.44º | 0.84% | 0.2% | - |
| HSV(B) | 77.44º | 0.91% | 0.37% | - |
| XYZ | 6.5 | 9.29 | 1.68 | - |
| YUV | 76.72 | 89.22 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 94 | 8 | 0.27 | 0 | 0.91 | 0.63 | 77.44 | 0.84 | 0.2 |
| Hex | 45 | 5E | 8 | 1B | 0 | 5B | 3F | 4D | 54 | 14 |
| Octal | 105 | 136 | 10 | 33 | 0 | 133 | 77 | 115 | 124 | 24 |
| Binary | 1000101 | 1011110 | 1000 | 11011 | 0 | 1011011 | 111111 | 1001101 | 1010100 | 10100 |
Color Harmonies of #455E08
Complementary color
Monochromatic Colors of #455E08
Black with #455E08
Text Example
Text Example
White with #455E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455E08; }
p { color: rgb(69,94,8); }
H1.HeaderClassName
{
color: #455E08;
}
.AnyTagClassName
{
color: #455E08;
}
</style>
background-color css
<style>
a { background-color: #455E08; }
a { background-color: rgb(69,94,8); }
div.DivClassName
{
background-color: #455E08;
}
.BgClassName
{
background-color: #455E08;
}
</style>
border-color css
<style>
span { border-color: #455E08; }
span { border-color: rgb(69,94,8); }
td.TdClassName
{
border-color: #455E08;
}
.TagClassName
{
border-color: #455E08;
}
</style>