Shades of Verdun Green #455D12
Tints of Verdun Green #455D12
RGB
CMYK
RGB Variations
Color information
#455D12 (or 0x455D12) is known color: Verdun Green. HEX triplet: 45, 5D and 12. RGB value is (69,93,18). Sum of RGB (Red+Green+Blue) = 69+93+18=180 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.33% from 180); Green value is 93 (36.72% from 255 or 51.67% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 93 - color contains mainly: green. Hex color #455D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455D12 is #BAA2ED. Grayscale: #4D4D4D. Windows color (decimal): -12231406 or 1203525. OLE color: 1203525.
HSL color Cylindrical-coordinate representation of color #455D12: hue angle of 79.2º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #455D12 is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 93 | 18 | - |
| CMYK | 0.26 | 0 | 0.81 | 0.64 |
| HSL | 79.2º | 0.68% | 0.22% | - |
| HSV(B) | 79.2º | 0.81% | 0.36% | - |
| XYZ | 6.48 | 9.14 | 1.99 | - |
| YUV | 77.27 | 94.55 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 93 | 18 | 0.26 | 0 | 0.81 | 0.64 | 79.2 | 0.68 | 0.22 |
| Hex | 45 | 5D | 12 | 1A | 0 | 51 | 40 | 4F | 44 | 16 |
| Octal | 105 | 135 | 22 | 32 | 0 | 121 | 100 | 117 | 104 | 26 |
| Binary | 1000101 | 1011101 | 10010 | 11010 | 0 | 1010001 | 1000000 | 1001111 | 1000100 | 10110 |
Color Harmonies of #455D12
Complementary color
Monochromatic Colors of #455D12
Black with #455D12
Text Example
Text Example
White with #455D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455D12; }
p { color: rgb(69,93,18); }
H1.HeaderClassName
{
color: #455D12;
}
.AnyTagClassName
{
color: #455D12;
}
</style>
background-color css
<style>
a { background-color: #455D12; }
a { background-color: rgb(69,93,18); }
div.DivClassName
{
background-color: #455D12;
}
.BgClassName
{
background-color: #455D12;
}
</style>
border-color css
<style>
span { border-color: #455D12; }
span { border-color: rgb(69,93,18); }
td.TdClassName
{
border-color: #455D12;
}
.TagClassName
{
border-color: #455D12;
}
</style>