Shades of Verdun Green #454301
Tints of Verdun Green #454301
RGB
CMYK
RGB Variations
Color information
#454301 (or 0x454301) is known color: Verdun Green. HEX triplet: 45, 43 and 01. RGB value is (69,67,1). Sum of RGB (Red+Green+Blue) = 69+67+1=137 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.36% from 137); Green value is 67 (26.56% from 255 or 48.91% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 69 - color contains mainly: red. Hex color #454301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454301 is #BABCFE. Grayscale: #3C3C3C. Windows color (decimal): -12238079 or 82757. OLE color: 82757.
HSL color Cylindrical-coordinate representation of color #454301: hue angle of 58.24º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #454301 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 67 | 1 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.73 |
| HSL | 58.24º | 0.97% | 0.14% | - |
| HSV(B) | 58.24º | 0.99% | 0.27% | - |
| XYZ | 4.47 | 5.28 | 0.81 | - |
| YUV | 60.07 | 94.66 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 67 | 1 | 0 | 0.03 | 0.99 | 0.73 | 58.24 | 0.97 | 0.14 |
| Hex | 45 | 43 | 1 | 0 | 3 | 63 | 49 | 3A | 61 | E |
| Octal | 105 | 103 | 1 | 0 | 3 | 143 | 111 | 72 | 141 | 16 |
| Binary | 1000101 | 1000011 | 1 | 0 | 11 | 1100011 | 1001001 | 111010 | 1100001 | 1110 |
Color Harmonies of #454301
Complementary color
Monochromatic Colors of #454301
Black with #454301
Text Example
Text Example
White with #454301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454301; }
p { color: rgb(69,67,1); }
H1.HeaderClassName
{
color: #454301;
}
.AnyTagClassName
{
color: #454301;
}
</style>
background-color css
<style>
a { background-color: #454301; }
a { background-color: rgb(69,67,1); }
div.DivClassName
{
background-color: #454301;
}
.BgClassName
{
background-color: #454301;
}
</style>
border-color css
<style>
span { border-color: #454301; }
span { border-color: rgb(69,67,1); }
td.TdClassName
{
border-color: #454301;
}
.TagClassName
{
border-color: #454301;
}
</style>