Shades of Verdun Green #455301
Tints of Verdun Green #455301
RGB
CMYK
RGB Variations
Color information
#455301 (or 0x455301) is known color: Verdun Green. HEX triplet: 45, 53 and 01. RGB value is (69,83,1). Sum of RGB (Red+Green+Blue) = 69+83+1=153 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.10% from 153); Green value is 83 (32.81% from 255 or 54.25% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 83 - color contains mainly: green. Hex color #455301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455301 is #BAACFE. Grayscale: #454545. Windows color (decimal): -12233983 or 86853. OLE color: 86853.
HSL color Cylindrical-coordinate representation of color #455301: hue angle of 70.24º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #455301 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 83 | 1 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.67 |
| HSL | 70.24º | 0.98% | 0.16% | - |
| HSV(B) | 70.24º | 0.99% | 0.33% | - |
| XYZ | 5.55 | 7.45 | 1.17 | - |
| YUV | 69.47 | 89.36 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 83 | 1 | 0.17 | 0 | 0.99 | 0.67 | 70.24 | 0.98 | 0.16 |
| Hex | 45 | 53 | 1 | 11 | 0 | 63 | 43 | 46 | 62 | 10 |
| Octal | 105 | 123 | 1 | 21 | 0 | 143 | 103 | 106 | 142 | 20 |
| Binary | 1000101 | 1010011 | 1 | 10001 | 0 | 1100011 | 1000011 | 1000110 | 1100010 | 10000 |
Color Harmonies of #455301
Complementary color
Monochromatic Colors of #455301
Black with #455301
Text Example
Text Example
White with #455301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455301; }
p { color: rgb(69,83,1); }
H1.HeaderClassName
{
color: #455301;
}
.AnyTagClassName
{
color: #455301;
}
</style>
background-color css
<style>
a { background-color: #455301; }
a { background-color: rgb(69,83,1); }
div.DivClassName
{
background-color: #455301;
}
.BgClassName
{
background-color: #455301;
}
</style>
border-color css
<style>
span { border-color: #455301; }
span { border-color: rgb(69,83,1); }
td.TdClassName
{
border-color: #455301;
}
.TagClassName
{
border-color: #455301;
}
</style>