Shades of Verdun Green #456303
Tints of Verdun Green #456303
RGB
CMYK
RGB Variations
Color information
#456303 (or 0x456303) is known color: Verdun Green. HEX triplet: 45, 63 and 03. RGB value is (69,99,3). Sum of RGB (Red+Green+Blue) = 69+99+3=171 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.35% from 171); Green value is 99 (39.06% from 255 or 57.89% from 171); Blue value is 3 (1.56% from 255 or 1.75% from 171); Max value from RGB is 99 - color contains mainly: green. Hex color #456303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456303 is #BA9CFC. Grayscale: #4F4F4F. Windows color (decimal): -12229885 or 222021. OLE color: 222021.
HSL color Cylindrical-coordinate representation of color #456303: hue angle of 78.75º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #456303 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 99 | 3 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.61 |
| HSL | 78.75º | 0.94% | 0.2% | - |
| HSV(B) | 78.75º | 0.97% | 0.39% | - |
| XYZ | 6.93 | 10.2 | 1.69 | - |
| YUV | 79.09 | 85.06 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 99 | 3 | 0.30 | 0 | 0.97 | 0.61 | 78.75 | 0.94 | 0.2 |
| Hex | 45 | 63 | 3 | 1E | 0 | 61 | 3D | 4F | 5E | 14 |
| Octal | 105 | 143 | 3 | 36 | 0 | 141 | 75 | 117 | 136 | 24 |
| Binary | 1000101 | 1100011 | 11 | 11110 | 0 | 1100001 | 111101 | 1001111 | 1011110 | 10100 |
Color Harmonies of #456303
Complementary color
Monochromatic Colors of #456303
Black with #456303
Text Example
Text Example
White with #456303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456303; }
p { color: rgb(69,99,3); }
H1.HeaderClassName
{
color: #456303;
}
.AnyTagClassName
{
color: #456303;
}
</style>
background-color css
<style>
a { background-color: #456303; }
a { background-color: rgb(69,99,3); }
div.DivClassName
{
background-color: #456303;
}
.BgClassName
{
background-color: #456303;
}
</style>
border-color css
<style>
span { border-color: #456303; }
span { border-color: rgb(69,99,3); }
td.TdClassName
{
border-color: #456303;
}
.TagClassName
{
border-color: #456303;
}
</style>