Shades of Verdun Green #48670A
Tints of Verdun Green #48670A
RGB
CMYK
RGB Variations
Color information
#48670A (or 0x48670A) is known color: Verdun Green. HEX triplet: 48, 67 and 0A. RGB value is (72,103,10). Sum of RGB (Red+Green+Blue) = 72+103+10=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 103 (40.62% from 255 or 55.68% from 185); Blue value is 10 (4.30% from 255 or 5.41% from 185); Max value from RGB is 103 - color contains mainly: green. Hex color #48670A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48670A is #B798F5. Grayscale: #535353. Windows color (decimal): -12032246 or 681800. OLE color: 681800.
HSL color Cylindrical-coordinate representation of color #48670A: hue angle of 80º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48670A is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 103 | 10 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.60 |
| HSL | 80º | 0.82% | 0.22% | - |
| HSV(B) | 80º | 0.9% | 0.4% | - |
| XYZ | 7.58 | 11.1 | 2.03 | - |
| YUV | 83.13 | 86.73 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 103 | 10 | 0.30 | 0 | 0.90 | 0.60 | 80 | 0.82 | 0.22 |
| Hex | 48 | 67 | A | 1E | 0 | 5A | 3C | 50 | 52 | 16 |
| Octal | 110 | 147 | 12 | 36 | 0 | 132 | 74 | 120 | 122 | 26 |
| Binary | 1001000 | 1100111 | 1010 | 11110 | 0 | 1011010 | 111100 | 1010000 | 1010010 | 10110 |
Color Harmonies of #48670A
Complementary color
Monochromatic Colors of #48670A
Black with #48670A
Text Example
Text Example
White with #48670A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48670A; }
p { color: rgb(72,103,10); }
H1.HeaderClassName
{
color: #48670A;
}
.AnyTagClassName
{
color: #48670A;
}
</style>
background-color css
<style>
a { background-color: #48670A; }
a { background-color: rgb(72,103,10); }
div.DivClassName
{
background-color: #48670A;
}
.BgClassName
{
background-color: #48670A;
}
</style>
border-color css
<style>
span { border-color: #48670A; }
span { border-color: rgb(72,103,10); }
td.TdClassName
{
border-color: #48670A;
}
.TagClassName
{
border-color: #48670A;
}
</style>