Shades of Verdun Green #456304
Tints of Verdun Green #456304
RGB
CMYK
RGB Variations
Color information
#456304 (or 0x456304) is known color: Verdun Green. HEX triplet: 45, 63 and 04. RGB value is (69,99,4). Sum of RGB (Red+Green+Blue) = 69+99+4=172 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.12% from 172); Green value is 99 (39.06% from 255 or 57.56% from 172); Blue value is 4 (1.95% from 255 or 2.33% from 172); Max value from RGB is 99 - color contains mainly: green. Hex color #456304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456304 is #BA9CFB. Grayscale: #4F4F4F. Windows color (decimal): -12229884 or 287557. OLE color: 287557.
HSL color Cylindrical-coordinate representation of color #456304: hue angle of 78.95º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #456304 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 99 | 4 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.61 |
| HSL | 78.95º | 0.92% | 0.2% | - |
| HSV(B) | 78.95º | 0.96% | 0.39% | - |
| XYZ | 6.94 | 10.2 | 1.72 | - |
| YUV | 79.2 | 85.56 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 99 | 4 | 0.30 | 0 | 0.96 | 0.61 | 78.95 | 0.92 | 0.2 |
| Hex | 45 | 63 | 4 | 1E | 0 | 60 | 3D | 4F | 5C | 14 |
| Octal | 105 | 143 | 4 | 36 | 0 | 140 | 75 | 117 | 134 | 24 |
| Binary | 1000101 | 1100011 | 100 | 11110 | 0 | 1100000 | 111101 | 1001111 | 1011100 | 10100 |
Color Harmonies of #456304
Complementary color
Monochromatic Colors of #456304
Black with #456304
Text Example
Text Example
White with #456304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456304; }
p { color: rgb(69,99,4); }
H1.HeaderClassName
{
color: #456304;
}
.AnyTagClassName
{
color: #456304;
}
</style>
background-color css
<style>
a { background-color: #456304; }
a { background-color: rgb(69,99,4); }
div.DivClassName
{
background-color: #456304;
}
.BgClassName
{
background-color: #456304;
}
</style>
border-color css
<style>
span { border-color: #456304; }
span { border-color: rgb(69,99,4); }
td.TdClassName
{
border-color: #456304;
}
.TagClassName
{
border-color: #456304;
}
</style>