Shades of Verdun Green #454501
Tints of Verdun Green #454501
RGB
CMYK
RGB Variations
Color information
#454501 (or 0x454501) is known color: Verdun Green. HEX triplet: 45, 45 and 01. RGB value is (69,69,1). Sum of RGB (Red+Green+Blue) = 69+69+1=139 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.64% from 139); Green value is 69 (27.34% from 255 or 49.64% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 69 - color contains mainly: red, green. Hex color #454501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454501 is #BABAFE. Grayscale: #3D3D3D. Windows color (decimal): -12237567 or 83269. OLE color: 83269.
HSL color Cylindrical-coordinate representation of color #454501: hue angle of 60º 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 #454501 is Cyan = 0, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 69 | 1 | - |
| CMYK | 0 | 0 | 0.99 | 0.73 |
| HSL | 60º | 0.97% | 0.14% | - |
| HSV(B) | 60º | 0.99% | 0.27% | - |
| XYZ | 4.59 | 5.52 | 0.85 | - |
| YUV | 61.25 | 94 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 69 | 1 | 0 | 0 | 0.99 | 0.73 | 60 | 0.97 | 0.14 |
| Hex | 45 | 45 | 1 | 0 | 0 | 63 | 49 | 3C | 61 | E |
| Octal | 105 | 105 | 1 | 0 | 0 | 143 | 111 | 74 | 141 | 16 |
| Binary | 1000101 | 1000101 | 1 | 0 | 0 | 1100011 | 1001001 | 111100 | 1100001 | 1110 |
Color Harmonies of #454501
Complementary color
Monochromatic Colors of #454501
Black with #454501
Text Example
Text Example
White with #454501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454501; }
p { color: rgb(69,69,1); }
H1.HeaderClassName
{
color: #454501;
}
.AnyTagClassName
{
color: #454501;
}
</style>
background-color css
<style>
a { background-color: #454501; }
a { background-color: rgb(69,69,1); }
div.DivClassName
{
background-color: #454501;
}
.BgClassName
{
background-color: #454501;
}
</style>
border-color css
<style>
span { border-color: #454501; }
span { border-color: rgb(69,69,1); }
td.TdClassName
{
border-color: #454501;
}
.TagClassName
{
border-color: #454501;
}
</style>