Shades of Verdun Green #454C03
Tints of Verdun Green #454C03
RGB
CMYK
RGB Variations
Color information
#454C03 (or 0x454C03) is known color: Verdun Green. HEX triplet: 45, 4C and 03. RGB value is (69,76,3). Sum of RGB (Red+Green+Blue) = 69+76+3=148 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.62% from 148); Green value is 76 (30.08% from 255 or 51.35% from 148); Blue value is 3 (1.56% from 255 or 2.03% from 148); Max value from RGB is 76 - color contains mainly: green. Hex color #454C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454C03 is #BAB3FC. Grayscale: #414141. Windows color (decimal): -12235773 or 216133. OLE color: 216133.
HSL color Cylindrical-coordinate representation of color #454C03: hue angle of 65.75º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #454C03 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 76 | 3 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.70 |
| HSL | 65.75º | 0.92% | 0.15% | - |
| HSV(B) | 65.75º | 0.96% | 0.3% | - |
| XYZ | 5.06 | 6.44 | 1.06 | - |
| YUV | 65.59 | 92.68 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 76 | 3 | 0.09 | 0 | 0.96 | 0.70 | 65.75 | 0.92 | 0.15 |
| Hex | 45 | 4C | 3 | 9 | 0 | 60 | 46 | 42 | 5C | F |
| Octal | 105 | 114 | 3 | 11 | 0 | 140 | 106 | 102 | 134 | 17 |
| Binary | 1000101 | 1001100 | 11 | 1001 | 0 | 1100000 | 1000110 | 1000010 | 1011100 | 1111 |
Color Harmonies of #454C03
Complementary color
Monochromatic Colors of #454C03
Black with #454C03
Text Example
Text Example
White with #454C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454C03; }
p { color: rgb(69,76,3); }
H1.HeaderClassName
{
color: #454C03;
}
.AnyTagClassName
{
color: #454C03;
}
</style>
background-color css
<style>
a { background-color: #454C03; }
a { background-color: rgb(69,76,3); }
div.DivClassName
{
background-color: #454C03;
}
.BgClassName
{
background-color: #454C03;
}
</style>
border-color css
<style>
span { border-color: #454C03; }
span { border-color: rgb(69,76,3); }
td.TdClassName
{
border-color: #454C03;
}
.TagClassName
{
border-color: #454C03;
}
</style>