Shades of Verdun Green #45630C
Tints of Verdun Green #45630C
RGB
CMYK
RGB Variations
Color information
#45630C (or 0x45630C) is known color: Verdun Green. HEX triplet: 45, 63 and 0C. RGB value is (69,99,12). Sum of RGB (Red+Green+Blue) = 69+99+12=180 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.33% from 180); Green value is 99 (39.06% from 255 or 55% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 99 - color contains mainly: green. Hex color #45630C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45630C is #BA9CF3. Grayscale: #505050. Windows color (decimal): -12229876 or 811845. OLE color: 811845.
HSL color Cylindrical-coordinate representation of color #45630C: hue angle of 80.69º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #45630C is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 99 | 12 | - |
| CMYK | 0.30 | 0 | 0.88 | 0.61 |
| HSL | 80.69º | 0.78% | 0.22% | - |
| HSV(B) | 80.69º | 0.88% | 0.39% | - |
| XYZ | 6.98 | 10.22 | 1.95 | - |
| YUV | 80.11 | 89.56 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 99 | 12 | 0.30 | 0 | 0.88 | 0.61 | 80.69 | 0.78 | 0.22 |
| Hex | 45 | 63 | C | 1E | 0 | 58 | 3D | 51 | 4E | 16 |
| Octal | 105 | 143 | 14 | 36 | 0 | 130 | 75 | 121 | 116 | 26 |
| Binary | 1000101 | 1100011 | 1100 | 11110 | 0 | 1011000 | 111101 | 1010001 | 1001110 | 10110 |
Color Harmonies of #45630C
Complementary color
Monochromatic Colors of #45630C
Black with #45630C
Text Example
Text Example
White with #45630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45630C; }
p { color: rgb(69,99,12); }
H1.HeaderClassName
{
color: #45630C;
}
.AnyTagClassName
{
color: #45630C;
}
</style>
background-color css
<style>
a { background-color: #45630C; }
a { background-color: rgb(69,99,12); }
div.DivClassName
{
background-color: #45630C;
}
.BgClassName
{
background-color: #45630C;
}
</style>
border-color css
<style>
span { border-color: #45630C; }
span { border-color: rgb(69,99,12); }
td.TdClassName
{
border-color: #45630C;
}
.TagClassName
{
border-color: #45630C;
}
</style>