Shades of Verdun Green #455F0C
Tints of Verdun Green #455F0C
RGB
CMYK
RGB Variations
Color information
#455F0C (or 0x455F0C) is known color: Verdun Green. HEX triplet: 45, 5F and 0C. RGB value is (69,95,12). Sum of RGB (Red+Green+Blue) = 69+95+12=176 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.20% from 176); Green value is 95 (37.5% from 255 or 53.98% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 95 - color contains mainly: green. Hex color #455F0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455F0C is #BAA0F3. Grayscale: #4E4E4E. Windows color (decimal): -12230900 or 810821. OLE color: 810821.
HSL color Cylindrical-coordinate representation of color #455F0C: hue angle of 78.8º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #455F0C is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 69 | 95 | 12 | - |
| CMYK | 0.27 | 0 | 0.87 | 0.63 |
| HSL | 78.8º | 0.78% | 0.21% | - |
| HSV(B) | 78.8º | 0.87% | 0.37% | - |
| XYZ | 6.61 | 9.48 | 1.83 | - |
| YUV | 77.76 | 90.89 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 95 | 12 | 0.27 | 0 | 0.87 | 0.63 | 78.8 | 0.78 | 0.21 |
| Hex | 45 | 5F | C | 1B | 0 | 57 | 3F | 4F | 4E | 15 |
| Octal | 105 | 137 | 14 | 33 | 0 | 127 | 77 | 117 | 116 | 25 |
| Binary | 1000101 | 1011111 | 1100 | 11011 | 0 | 1010111 | 111111 | 1001111 | 1001110 | 10101 |
Color Harmonies of #455F0C
Complementary color
Monochromatic Colors of #455F0C
Black with #455F0C
Text Example
Text Example
White with #455F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455F0C; }
p { color: rgb(69,95,12); }
H1.HeaderClassName
{
color: #455F0C;
}
.AnyTagClassName
{
color: #455F0C;
}
</style>
background-color css
<style>
a { background-color: #455F0C; }
a { background-color: rgb(69,95,12); }
div.DivClassName
{
background-color: #455F0C;
}
.BgClassName
{
background-color: #455F0C;
}
</style>
border-color css
<style>
span { border-color: #455F0C; }
span { border-color: rgb(69,95,12); }
td.TdClassName
{
border-color: #455F0C;
}
.TagClassName
{
border-color: #455F0C;
}
</style>