Shades of Verdun Green #456309
Tints of Verdun Green #456309
RGB
CMYK
RGB Variations
Color information
#456309 (or 0x456309) is known color: Verdun Green. HEX triplet: 45, 63 and 09. RGB value is (69,99,9). Sum of RGB (Red+Green+Blue) = 69+99+9=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 99 (39.06% from 255 or 55.93% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 99 - color contains mainly: green. Hex color #456309 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456309 is #BA9CF6. Grayscale: #505050. Windows color (decimal): -12229879 or 615237. OLE color: 615237.
HSL color Cylindrical-coordinate representation of color #456309: hue angle of 80º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #456309 is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 99 | 9 | - |
| CMYK | 0.30 | 0 | 0.91 | 0.61 |
| HSL | 80º | 0.83% | 0.21% | - |
| HSV(B) | 80º | 0.91% | 0.39% | - |
| XYZ | 6.97 | 10.21 | 1.86 | - |
| YUV | 79.77 | 88.06 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 99 | 9 | 0.30 | 0 | 0.91 | 0.61 | 80 | 0.83 | 0.21 |
| Hex | 45 | 63 | 9 | 1E | 0 | 5B | 3D | 50 | 53 | 15 |
| Octal | 105 | 143 | 11 | 36 | 0 | 133 | 75 | 120 | 123 | 25 |
| Binary | 1000101 | 1100011 | 1001 | 11110 | 0 | 1011011 | 111101 | 1010000 | 1010011 | 10101 |
Color Harmonies of #456309
Complementary color
Monochromatic Colors of #456309
Black with #456309
Text Example
Text Example
White with #456309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456309; }
p { color: rgb(69,99,9); }
H1.HeaderClassName
{
color: #456309;
}
.AnyTagClassName
{
color: #456309;
}
</style>
background-color css
<style>
a { background-color: #456309; }
a { background-color: rgb(69,99,9); }
div.DivClassName
{
background-color: #456309;
}
.BgClassName
{
background-color: #456309;
}
</style>
border-color css
<style>
span { border-color: #456309; }
span { border-color: rgb(69,99,9); }
td.TdClassName
{
border-color: #456309;
}
.TagClassName
{
border-color: #456309;
}
</style>