Shades of Verdun Green #48530B
Tints of Verdun Green #48530B
RGB
CMYK
RGB Variations
Color information
#48530B (or 0x48530B) is known color: Verdun Green. HEX triplet: 48, 53 and 0B. RGB value is (72,83,11). Sum of RGB (Red+Green+Blue) = 72+83+11=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #48530B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48530B is #B7ACF4. Grayscale: #474747. Windows color (decimal): -12037365 or 742216. OLE color: 742216.
HSL color Cylindrical-coordinate representation of color #48530B: hue angle of 69.17º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #48530B is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 83 | 11 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.67 |
| HSL | 69.17º | 0.77% | 0.18% | - |
| HSV(B) | 69.17º | 0.87% | 0.33% | - |
| XYZ | 5.83 | 7.59 | 1.47 | - |
| YUV | 71.5 | 93.86 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 83 | 11 | 0.13 | 0 | 0.87 | 0.67 | 69.17 | 0.77 | 0.18 |
| Hex | 48 | 53 | B | D | 0 | 57 | 43 | 45 | 4D | 12 |
| Octal | 110 | 123 | 13 | 15 | 0 | 127 | 103 | 105 | 115 | 22 |
| Binary | 1001000 | 1010011 | 1011 | 1101 | 0 | 1010111 | 1000011 | 1000101 | 1001101 | 10010 |
Color Harmonies of #48530B
Complementary color
Monochromatic Colors of #48530B
Black with #48530B
Text Example
Text Example
White with #48530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48530B; }
p { color: rgb(72,83,11); }
H1.HeaderClassName
{
color: #48530B;
}
.AnyTagClassName
{
color: #48530B;
}
</style>
background-color css
<style>
a { background-color: #48530B; }
a { background-color: rgb(72,83,11); }
div.DivClassName
{
background-color: #48530B;
}
.BgClassName
{
background-color: #48530B;
}
</style>
border-color css
<style>
span { border-color: #48530B; }
span { border-color: rgb(72,83,11); }
td.TdClassName
{
border-color: #48530B;
}
.TagClassName
{
border-color: #48530B;
}
</style>