Shades of Verdun Green #456308
Tints of Verdun Green #456308
RGB
CMYK
RGB Variations
Color information
#456308 (or 0x456308) is known color: Verdun Green. HEX triplet: 45, 63 and 08. RGB value is (69,99,8). Sum of RGB (Red+Green+Blue) = 69+99+8=176 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.20% from 176); Green value is 99 (39.06% from 255 or 56.25% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 99 - color contains mainly: green. Hex color #456308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456308 is #BA9CF7. Grayscale: #4F4F4F. Windows color (decimal): -12229880 or 549701. OLE color: 549701.
HSL color Cylindrical-coordinate representation of color #456308: hue angle of 79.78º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #456308 is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 99 | 8 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.61 |
| HSL | 79.78º | 0.85% | 0.21% | - |
| HSV(B) | 79.78º | 0.92% | 0.39% | - |
| XYZ | 6.96 | 10.21 | 1.83 | - |
| YUV | 79.66 | 87.56 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 99 | 8 | 0.30 | 0 | 0.92 | 0.61 | 79.78 | 0.85 | 0.21 |
| Hex | 45 | 63 | 8 | 1E | 0 | 5C | 3D | 50 | 55 | 15 |
| Octal | 105 | 143 | 10 | 36 | 0 | 134 | 75 | 120 | 125 | 25 |
| Binary | 1000101 | 1100011 | 1000 | 11110 | 0 | 1011100 | 111101 | 1010000 | 1010101 | 10101 |
Color Harmonies of #456308
Complementary color
Monochromatic Colors of #456308
Black with #456308
Text Example
Text Example
White with #456308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456308; }
p { color: rgb(69,99,8); }
H1.HeaderClassName
{
color: #456308;
}
.AnyTagClassName
{
color: #456308;
}
</style>
background-color css
<style>
a { background-color: #456308; }
a { background-color: rgb(69,99,8); }
div.DivClassName
{
background-color: #456308;
}
.BgClassName
{
background-color: #456308;
}
</style>
border-color css
<style>
span { border-color: #456308; }
span { border-color: rgb(69,99,8); }
td.TdClassName
{
border-color: #456308;
}
.TagClassName
{
border-color: #456308;
}
</style>