Shades of Verdun Green #456305
Tints of Verdun Green #456305
RGB
CMYK
RGB Variations
Color information
#456305 (or 0x456305) is known color: Verdun Green. HEX triplet: 45, 63 and 05. RGB value is (69,99,5). Sum of RGB (Red+Green+Blue) = 69+99+5=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 99 (39.06% from 255 or 57.23% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 99 - color contains mainly: green. Hex color #456305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456305 is #BA9CFA. Grayscale: #4F4F4F. Windows color (decimal): -12229883 or 353093. OLE color: 353093.
HSL color Cylindrical-coordinate representation of color #456305: hue angle of 79.15º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #456305 is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 99 | 5 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.61 |
| HSL | 79.15º | 0.9% | 0.2% | - |
| HSV(B) | 79.15º | 0.95% | 0.39% | - |
| XYZ | 6.94 | 10.2 | 1.75 | - |
| YUV | 79.31 | 86.06 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 99 | 5 | 0.30 | 0 | 0.95 | 0.61 | 79.15 | 0.9 | 0.2 |
| Hex | 45 | 63 | 5 | 1E | 0 | 5F | 3D | 4F | 5A | 14 |
| Octal | 105 | 143 | 5 | 36 | 0 | 137 | 75 | 117 | 132 | 24 |
| Binary | 1000101 | 1100011 | 101 | 11110 | 0 | 1011111 | 111101 | 1001111 | 1011010 | 10100 |
Color Harmonies of #456305
Complementary color
Monochromatic Colors of #456305
Black with #456305
Text Example
Text Example
White with #456305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456305; }
p { color: rgb(69,99,5); }
H1.HeaderClassName
{
color: #456305;
}
.AnyTagClassName
{
color: #456305;
}
</style>
background-color css
<style>
a { background-color: #456305; }
a { background-color: rgb(69,99,5); }
div.DivClassName
{
background-color: #456305;
}
.BgClassName
{
background-color: #456305;
}
</style>
border-color css
<style>
span { border-color: #456305; }
span { border-color: rgb(69,99,5); }
td.TdClassName
{
border-color: #456305;
}
.TagClassName
{
border-color: #456305;
}
</style>