Shades of Verdun Green #455F00
Tints of Verdun Green #455F00
RGB
CMYK
RGB Variations
Color information
#455F00 (or 0x455F00) is known color: Verdun Green. HEX triplet: 45, 5F and 00. RGB value is (69,95,0). Sum of RGB (Red+Green+Blue) = 69+95+0=164 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.07% from 164); Green value is 95 (37.5% from 255 or 57.93% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 95 - color contains mainly: green. Hex color #455F00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455F00 is #BAA0FF. Grayscale: #4C4C4C. Windows color (decimal): -12230912 or 24389. OLE color: 24389.
HSL color Cylindrical-coordinate representation of color #455F00: hue angle of 76.42º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #455F00 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 69 | 95 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.63 |
| HSL | 76.42º | 1% | 0.19% | - |
| HSV(B) | 76.42º | 1% | 0.37% | - |
| XYZ | 6.55 | 9.45 | 1.48 | - |
| YUV | 76.4 | 84.89 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 95 | 0 | 0.27 | 0 | 1 | 0.63 | 76.42 | 1 | 0.19 |
| Hex | 45 | 5F | 0 | 1B | 0 | 64 | 3F | 4C | 64 | 13 |
| Octal | 105 | 137 | 0 | 33 | 0 | 144 | 77 | 114 | 144 | 23 |
| Binary | 1000101 | 1011111 | 0 | 11011 | 0 | 1100100 | 111111 | 1001100 | 1100100 | 10011 |
Color Harmonies of #455F00
Complementary color
Monochromatic Colors of #455F00
Black with #455F00
Text Example
Text Example
White with #455F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455F00; }
p { color: rgb(69,95,0); }
H1.HeaderClassName
{
color: #455F00;
}
.AnyTagClassName
{
color: #455F00;
}
</style>
background-color css
<style>
a { background-color: #455F00; }
a { background-color: rgb(69,95,0); }
div.DivClassName
{
background-color: #455F00;
}
.BgClassName
{
background-color: #455F00;
}
</style>
border-color css
<style>
span { border-color: #455F00; }
span { border-color: rgb(69,95,0); }
td.TdClassName
{
border-color: #455F00;
}
.TagClassName
{
border-color: #455F00;
}
</style>