Shades of Verdun Green #48541F
Tints of Verdun Green #48541F
RGB
CMYK
RGB Variations
Color information
#48541F (or 0x48541F) is known color: Verdun Green. HEX triplet: 48, 54 and 1F. RGB value is (72,84,31). Sum of RGB (Red+Green+Blue) = 72+84+31=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 84 - color contains mainly: green. Hex color #48541F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48541F is #B7ABE0. Grayscale: #4A4A4A. Windows color (decimal): -12037089 or 2053192. OLE color: 2053192.
HSL color Cylindrical-coordinate representation of color #48541F: hue angle of 73.58º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48541F is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 84 | 31 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.67 |
| HSL | 73.58º | 0.46% | 0.23% | - |
| HSV(B) | 73.58º | 0.63% | 0.33% | - |
| XYZ | 6.09 | 7.82 | 2.48 | - |
| YUV | 74.37 | 103.52 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 84 | 31 | 0.14 | 0 | 0.63 | 0.67 | 73.58 | 0.46 | 0.23 |
| Hex | 48 | 54 | 1F | E | 0 | 3F | 43 | 4A | 2E | 17 |
| Octal | 110 | 124 | 37 | 16 | 0 | 77 | 103 | 112 | 56 | 27 |
| Binary | 1001000 | 1010100 | 11111 | 1110 | 0 | 111111 | 1000011 | 1001010 | 101110 | 10111 |
Color Harmonies of #48541F
Complementary color
Monochromatic Colors of #48541F
Black with #48541F
Text Example
Text Example
White with #48541F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48541F; }
p { color: rgb(72,84,31); }
H1.HeaderClassName
{
color: #48541F;
}
.AnyTagClassName
{
color: #48541F;
}
</style>
background-color css
<style>
a { background-color: #48541F; }
a { background-color: rgb(72,84,31); }
div.DivClassName
{
background-color: #48541F;
}
.BgClassName
{
background-color: #48541F;
}
</style>
border-color css
<style>
span { border-color: #48541F; }
span { border-color: rgb(72,84,31); }
td.TdClassName
{
border-color: #48541F;
}
.TagClassName
{
border-color: #48541F;
}
</style>