Shades of Verdun Green #456205
Tints of Verdun Green #456205
RGB
CMYK
RGB Variations
Color information
#456205 (or 0x456205) is known color: Verdun Green. HEX triplet: 45, 62 and 05. RGB value is (69,98,5). Sum of RGB (Red+Green+Blue) = 69+98+5=172 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.12% from 172); Green value is 98 (38.67% from 255 or 56.98% from 172); Blue value is 5 (2.34% from 255 or 2.91% from 172); Max value from RGB is 98 - color contains mainly: green. Hex color #456205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456205 is #BA9DFA. Grayscale: #4F4F4F. Windows color (decimal): -12230139 or 352837. OLE color: 352837.
HSL color Cylindrical-coordinate representation of color #456205: hue angle of 78.71º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #456205 is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 98 | 5 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.62 |
| HSL | 78.71º | 0.9% | 0.2% | - |
| HSV(B) | 78.71º | 0.95% | 0.38% | - |
| XYZ | 6.85 | 10.01 | 1.72 | - |
| YUV | 78.73 | 86.39 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 98 | 5 | 0.30 | 0 | 0.95 | 0.62 | 78.71 | 0.9 | 0.2 |
| Hex | 45 | 62 | 5 | 1E | 0 | 5F | 3E | 4F | 5A | 14 |
| Octal | 105 | 142 | 5 | 36 | 0 | 137 | 76 | 117 | 132 | 24 |
| Binary | 1000101 | 1100010 | 101 | 11110 | 0 | 1011111 | 111110 | 1001111 | 1011010 | 10100 |
Color Harmonies of #456205
Complementary color
Monochromatic Colors of #456205
Black with #456205
Text Example
Text Example
White with #456205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456205; }
p { color: rgb(69,98,5); }
H1.HeaderClassName
{
color: #456205;
}
.AnyTagClassName
{
color: #456205;
}
</style>
background-color css
<style>
a { background-color: #456205; }
a { background-color: rgb(69,98,5); }
div.DivClassName
{
background-color: #456205;
}
.BgClassName
{
background-color: #456205;
}
</style>
border-color css
<style>
span { border-color: #456205; }
span { border-color: rgb(69,98,5); }
td.TdClassName
{
border-color: #456205;
}
.TagClassName
{
border-color: #456205;
}
</style>