Shades of Verdun Green #48530C
Tints of Verdun Green #48530C
RGB
CMYK
RGB Variations
Color information
#48530C (or 0x48530C) is known color: Verdun Green. HEX triplet: 48, 53 and 0C. RGB value is (72,83,12). Sum of RGB (Red+Green+Blue) = 72+83+12=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #48530C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48530C is #B7ACF3. Grayscale: #474747. Windows color (decimal): -12037364 or 807752. OLE color: 807752.
HSL color Cylindrical-coordinate representation of color #48530C: hue angle of 69.3º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48530C is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 83 | 12 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.67 |
| HSL | 69.3º | 0.75% | 0.19% | - |
| HSV(B) | 69.3º | 0.86% | 0.33% | - |
| XYZ | 5.83 | 7.59 | 1.51 | - |
| YUV | 71.62 | 94.36 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 83 | 12 | 0.13 | 0 | 0.86 | 0.67 | 69.3 | 0.75 | 0.19 |
| Hex | 48 | 53 | C | D | 0 | 56 | 43 | 45 | 4B | 13 |
| Octal | 110 | 123 | 14 | 15 | 0 | 126 | 103 | 105 | 113 | 23 |
| Binary | 1001000 | 1010011 | 1100 | 1101 | 0 | 1010110 | 1000011 | 1000101 | 1001011 | 10011 |
Color Harmonies of #48530C
Complementary color
Monochromatic Colors of #48530C
Black with #48530C
Text Example
Text Example
White with #48530C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48530C; }
p { color: rgb(72,83,12); }
H1.HeaderClassName
{
color: #48530C;
}
.AnyTagClassName
{
color: #48530C;
}
</style>
background-color css
<style>
a { background-color: #48530C; }
a { background-color: rgb(72,83,12); }
div.DivClassName
{
background-color: #48530C;
}
.BgClassName
{
background-color: #48530C;
}
</style>
border-color css
<style>
span { border-color: #48530C; }
span { border-color: rgb(72,83,12); }
td.TdClassName
{
border-color: #48530C;
}
.TagClassName
{
border-color: #48530C;
}
</style>