Shades of Verdun Green #456F05
Tints of Verdun Green #456F05
RGB
CMYK
RGB Variations
Color information
#456F05 (or 0x456F05) is known color: Verdun Green. HEX triplet: 45, 6F and 05. RGB value is (69,111,5). Sum of RGB (Red+Green+Blue) = 69+111+5=185 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.30% from 185); Green value is 111 (43.75% from 255 or 60% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 111 - color contains mainly: green. Hex color #456F05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456F05 is #BA90FA. Grayscale: #565656. Windows color (decimal): -12226811 or 356165. OLE color: 356165.
HSL color Cylindrical-coordinate representation of color #456F05: hue angle of 83.77º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #456F05 is Cyan = 0.38, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 111 | 5 | - |
| CMYK | 0.38 | 0 | 0.95 | 0.56 |
| HSL | 83.77º | 0.91% | 0.23% | - |
| HSV(B) | 83.77º | 0.95% | 0.44% | - |
| XYZ | 8.17 | 12.65 | 2.15 | - |
| YUV | 86.36 | 82.09 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 5 | 0.38 | 0 | 0.95 | 0.56 | 83.77 | 0.91 | 0.23 |
| Hex | 45 | 6F | 5 | 26 | 0 | 5F | 38 | 54 | 5B | 17 |
| Octal | 105 | 157 | 5 | 46 | 0 | 137 | 70 | 124 | 133 | 27 |
| Binary | 1000101 | 1101111 | 101 | 100110 | 0 | 1011111 | 111000 | 1010100 | 1011011 | 10111 |
Color Harmonies of #456F05
Complementary color
Monochromatic Colors of #456F05
Black with #456F05
Text Example
Text Example
White with #456F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456F05; }
p { color: rgb(69,111,5); }
H1.HeaderClassName
{
color: #456F05;
}
.AnyTagClassName
{
color: #456F05;
}
</style>
background-color css
<style>
a { background-color: #456F05; }
a { background-color: rgb(69,111,5); }
div.DivClassName
{
background-color: #456F05;
}
.BgClassName
{
background-color: #456F05;
}
</style>
border-color css
<style>
span { border-color: #456F05; }
span { border-color: rgb(69,111,5); }
td.TdClassName
{
border-color: #456F05;
}
.TagClassName
{
border-color: #456F05;
}
</style>