Shades of Verdun Green #484915
Tints of Verdun Green #484915
RGB
CMYK
RGB Variations
Color information
#484915 (or 0x484915) is known color: Verdun Green. HEX triplet: 48, 49 and 15. RGB value is (72,73,21). Sum of RGB (Red+Green+Blue) = 72+73+21=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 21 (8.59% from 255 or 12.65% from 166); Max value from RGB is 73 - color contains mainly: green. Hex color #484915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484915 is #B7B6EA. Grayscale: #424242. Windows color (decimal): -12039915 or 1395016. OLE color: 1395016.
HSL color Cylindrical-coordinate representation of color #484915: hue angle of 61.15º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #484915 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 73 | 21 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.71 |
| HSL | 61.15º | 0.55% | 0.18% | - |
| HSV(B) | 61.15º | 0.71% | 0.29% | - |
| XYZ | 5.19 | 6.2 | 1.63 | - |
| YUV | 66.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 73 | 21 | 0.01 | 0 | 0.71 | 0.71 | 61.15 | 0.55 | 0.18 |
| Hex | 48 | 49 | 15 | 1 | 0 | 47 | 47 | 3D | 37 | 12 |
| Octal | 110 | 111 | 25 | 1 | 0 | 107 | 107 | 75 | 67 | 22 |
| Binary | 1001000 | 1001001 | 10101 | 1 | 0 | 1000111 | 1000111 | 111101 | 110111 | 10010 |
Color Harmonies of #484915
Complementary color
Monochromatic Colors of #484915
Black with #484915
Text Example
Text Example
White with #484915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484915; }
p { color: rgb(72,73,21); }
H1.HeaderClassName
{
color: #484915;
}
.AnyTagClassName
{
color: #484915;
}
</style>
background-color css
<style>
a { background-color: #484915; }
a { background-color: rgb(72,73,21); }
div.DivClassName
{
background-color: #484915;
}
.BgClassName
{
background-color: #484915;
}
</style>
border-color css
<style>
span { border-color: #484915; }
span { border-color: rgb(72,73,21); }
td.TdClassName
{
border-color: #484915;
}
.TagClassName
{
border-color: #484915;
}
</style>