Shades of Verdun Green #456301
Tints of Verdun Green #456301
RGB
CMYK
RGB Variations
Color information
#456301 (or 0x456301) is known color: Verdun Green. HEX triplet: 45, 63 and 01. RGB value is (69,99,1). Sum of RGB (Red+Green+Blue) = 69+99+1=169 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.83% from 169); Green value is 99 (39.06% from 255 or 58.58% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 99 - color contains mainly: green. Hex color #456301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456301 is #BA9CFE. Grayscale: #4F4F4F. Windows color (decimal): -12229887 or 90949. OLE color: 90949.
HSL color Cylindrical-coordinate representation of color #456301: hue angle of 78.37º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #456301 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 99 | 1 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.61 |
| HSL | 78.37º | 0.98% | 0.2% | - |
| HSV(B) | 78.37º | 0.99% | 0.39% | - |
| XYZ | 6.92 | 10.19 | 1.63 | - |
| YUV | 78.86 | 84.06 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 99 | 1 | 0.30 | 0 | 0.99 | 0.61 | 78.37 | 0.98 | 0.2 |
| Hex | 45 | 63 | 1 | 1E | 0 | 63 | 3D | 4E | 62 | 14 |
| Octal | 105 | 143 | 1 | 36 | 0 | 143 | 75 | 116 | 142 | 24 |
| Binary | 1000101 | 1100011 | 1 | 11110 | 0 | 1100011 | 111101 | 1001110 | 1100010 | 10100 |
Color Harmonies of #456301
Complementary color
Monochromatic Colors of #456301
Black with #456301
Text Example
Text Example
White with #456301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456301; }
p { color: rgb(69,99,1); }
H1.HeaderClassName
{
color: #456301;
}
.AnyTagClassName
{
color: #456301;
}
</style>
background-color css
<style>
a { background-color: #456301; }
a { background-color: rgb(69,99,1); }
div.DivClassName
{
background-color: #456301;
}
.BgClassName
{
background-color: #456301;
}
</style>
border-color css
<style>
span { border-color: #456301; }
span { border-color: rgb(69,99,1); }
td.TdClassName
{
border-color: #456301;
}
.TagClassName
{
border-color: #456301;
}
</style>