Shades of Verdun Green #455D07
Tints of Verdun Green #455D07
RGB
CMYK
RGB Variations
Color information
#455D07 (or 0x455D07) is known color: Verdun Green. HEX triplet: 45, 5D and 07. RGB value is (69,93,7). Sum of RGB (Red+Green+Blue) = 69+93+7=169 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.83% from 169); Green value is 93 (36.72% from 255 or 55.03% from 169); Blue value is 7 (3.12% from 255 or 4.14% from 169); Max value from RGB is 93 - color contains mainly: green. Hex color #455D07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455D07 is #BAA2F8. Grayscale: #4C4C4C. Windows color (decimal): -12231417 or 482629. OLE color: 482629.
HSL color Cylindrical-coordinate representation of color #455D07: hue angle of 76.74º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #455D07 is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 93 | 7 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.64 |
| HSL | 76.74º | 0.86% | 0.2% | - |
| HSV(B) | 76.74º | 0.92% | 0.36% | - |
| XYZ | 6.41 | 9.11 | 1.62 | - |
| YUV | 76.02 | 89.05 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 93 | 7 | 0.26 | 0 | 0.92 | 0.64 | 76.74 | 0.86 | 0.2 |
| Hex | 45 | 5D | 7 | 1A | 0 | 5C | 40 | 4D | 56 | 14 |
| Octal | 105 | 135 | 7 | 32 | 0 | 134 | 100 | 115 | 126 | 24 |
| Binary | 1000101 | 1011101 | 111 | 11010 | 0 | 1011100 | 1000000 | 1001101 | 1010110 | 10100 |
Color Harmonies of #455D07
Complementary color
Monochromatic Colors of #455D07
Black with #455D07
Text Example
Text Example
White with #455D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455D07; }
p { color: rgb(69,93,7); }
H1.HeaderClassName
{
color: #455D07;
}
.AnyTagClassName
{
color: #455D07;
}
</style>
background-color css
<style>
a { background-color: #455D07; }
a { background-color: rgb(69,93,7); }
div.DivClassName
{
background-color: #455D07;
}
.BgClassName
{
background-color: #455D07;
}
</style>
border-color css
<style>
span { border-color: #455D07; }
span { border-color: rgb(69,93,7); }
td.TdClassName
{
border-color: #455D07;
}
.TagClassName
{
border-color: #455D07;
}
</style>