Shades of Verdun Green #48690A
Tints of Verdun Green #48690A
RGB
CMYK
RGB Variations
Color information
#48690A (or 0x48690A) is known color: Verdun Green. HEX triplet: 48, 69 and 0A. RGB value is (72,105,10). Sum of RGB (Red+Green+Blue) = 72+105+10=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 105 (41.41% from 255 or 56.15% from 187); Blue value is 10 (4.30% from 255 or 5.35% from 187); Max value from RGB is 105 - color contains mainly: green. Hex color #48690A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48690A is #B796F5. Grayscale: #545454. Windows color (decimal): -12031734 or 682312. OLE color: 682312.
HSL color Cylindrical-coordinate representation of color #48690A: hue angle of 80.84º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48690A is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 105 | 10 | - |
| CMYK | 0.31 | 0 | 0.90 | 0.59 |
| HSL | 80.84º | 0.83% | 0.23% | - |
| HSV(B) | 80.84º | 0.9% | 0.41% | - |
| XYZ | 7.78 | 11.5 | 2.1 | - |
| YUV | 84.3 | 86.07 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 105 | 10 | 0.31 | 0 | 0.90 | 0.59 | 80.84 | 0.83 | 0.23 |
| Hex | 48 | 69 | A | 1F | 0 | 5A | 3B | 51 | 53 | 17 |
| Octal | 110 | 151 | 12 | 37 | 0 | 132 | 73 | 121 | 123 | 27 |
| Binary | 1001000 | 1101001 | 1010 | 11111 | 0 | 1011010 | 111011 | 1010001 | 1010011 | 10111 |
Color Harmonies of #48690A
Complementary color
Monochromatic Colors of #48690A
Black with #48690A
Text Example
Text Example
White with #48690A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48690A; }
p { color: rgb(72,105,10); }
H1.HeaderClassName
{
color: #48690A;
}
.AnyTagClassName
{
color: #48690A;
}
</style>
background-color css
<style>
a { background-color: #48690A; }
a { background-color: rgb(72,105,10); }
div.DivClassName
{
background-color: #48690A;
}
.BgClassName
{
background-color: #48690A;
}
</style>
border-color css
<style>
span { border-color: #48690A; }
span { border-color: rgb(72,105,10); }
td.TdClassName
{
border-color: #48690A;
}
.TagClassName
{
border-color: #48690A;
}
</style>