Shades of Verdun Green #455C05
Tints of Verdun Green #455C05
RGB
CMYK
RGB Variations
Color information
#455C05 (or 0x455C05) is known color: Verdun Green. HEX triplet: 45, 5C and 05. RGB value is (69,92,5). Sum of RGB (Red+Green+Blue) = 69+92+5=166 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.57% from 166); Green value is 92 (36.33% from 255 or 55.42% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 92 - color contains mainly: green. Hex color #455C05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455C05 is #BAA3FA. Grayscale: #4B4B4B. Windows color (decimal): -12231675 or 351301. OLE color: 351301.
HSL color Cylindrical-coordinate representation of color #455C05: hue angle of 75.86º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #455C05 is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 92 | 5 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.64 |
| HSL | 75.86º | 0.9% | 0.19% | - |
| HSV(B) | 75.86º | 0.95% | 0.36% | - |
| XYZ | 6.31 | 8.93 | 1.53 | - |
| YUV | 75.21 | 88.38 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 92 | 5 | 0.25 | 0 | 0.95 | 0.64 | 75.86 | 0.9 | 0.19 |
| Hex | 45 | 5C | 5 | 19 | 0 | 5F | 40 | 4C | 5A | 13 |
| Octal | 105 | 134 | 5 | 31 | 0 | 137 | 100 | 114 | 132 | 23 |
| Binary | 1000101 | 1011100 | 101 | 11001 | 0 | 1011111 | 1000000 | 1001100 | 1011010 | 10011 |
Color Harmonies of #455C05
Complementary color
Monochromatic Colors of #455C05
Black with #455C05
Text Example
Text Example
White with #455C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455C05; }
p { color: rgb(69,92,5); }
H1.HeaderClassName
{
color: #455C05;
}
.AnyTagClassName
{
color: #455C05;
}
</style>
background-color css
<style>
a { background-color: #455C05; }
a { background-color: rgb(69,92,5); }
div.DivClassName
{
background-color: #455C05;
}
.BgClassName
{
background-color: #455C05;
}
</style>
border-color css
<style>
span { border-color: #455C05; }
span { border-color: rgb(69,92,5); }
td.TdClassName
{
border-color: #455C05;
}
.TagClassName
{
border-color: #455C05;
}
</style>