Shades of Verdun Green #454400
Tints of Verdun Green #454400
RGB
CMYK
RGB Variations
Color information
#454400 (or 0x454400) is known color: Verdun Green. HEX triplet: 45, 44 and 00. RGB value is (69,68,0). Sum of RGB (Red+Green+Blue) = 69+68+0=137 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.36% from 137); Green value is 68 (26.95% from 255 or 49.64% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 69 - color contains mainly: red. Hex color #454400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454400 is #BABBFF. Grayscale: #3C3C3C. Windows color (decimal): -12237824 or 17477. OLE color: 17477.
HSL color Cylindrical-coordinate representation of color #454400: hue angle of 59.13º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #454400 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 68 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.73 |
| HSL | 59.13º | 1% | 0.14% | - |
| HSV(B) | 59.13º | 1% | 0.27% | - |
| XYZ | 4.52 | 5.4 | 0.8 | - |
| YUV | 60.55 | 93.83 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 68 | 0 | 0 | 0.01 | 1 | 0.73 | 59.13 | 1 | 0.14 |
| Hex | 45 | 44 | 0 | 0 | 1 | 64 | 49 | 3B | 64 | E |
| Octal | 105 | 104 | 0 | 0 | 1 | 144 | 111 | 73 | 144 | 16 |
| Binary | 1000101 | 1000100 | 0 | 0 | 1 | 1100100 | 1001001 | 111011 | 1100100 | 1110 |
Color Harmonies of #454400
Complementary color
Monochromatic Colors of #454400
Black with #454400
Text Example
Text Example
White with #454400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454400; }
p { color: rgb(69,68,0); }
H1.HeaderClassName
{
color: #454400;
}
.AnyTagClassName
{
color: #454400;
}
</style>
background-color css
<style>
a { background-color: #454400; }
a { background-color: rgb(69,68,0); }
div.DivClassName
{
background-color: #454400;
}
.BgClassName
{
background-color: #454400;
}
</style>
border-color css
<style>
span { border-color: #454400; }
span { border-color: rgb(69,68,0); }
td.TdClassName
{
border-color: #454400;
}
.TagClassName
{
border-color: #454400;
}
</style>