Shades of Verdun Green #484914
Tints of Verdun Green #484914
RGB
CMYK
RGB Variations
Color information
#484914 (or 0x484914) is known color: Verdun Green. HEX triplet: 48, 49 and 14. RGB value is (72,73,20). Sum of RGB (Red+Green+Blue) = 72+73+20=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 73 (28.91% from 255 or 44.24% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 73 - color contains mainly: green. Hex color #484914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484914 is #B7B6EB. Grayscale: #424242. Windows color (decimal): -12039916 or 1329480. OLE color: 1329480.
HSL color Cylindrical-coordinate representation of color #484914: hue angle of 61.13º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #484914 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 73 | 20 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.71 |
| HSL | 61.13º | 0.57% | 0.18% | - |
| HSV(B) | 61.13º | 0.73% | 0.29% | - |
| XYZ | 5.18 | 6.19 | 1.58 | - |
| YUV | 66.66 | 101.67 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 73 | 20 | 0.01 | 0 | 0.73 | 0.71 | 61.13 | 0.57 | 0.18 |
| Hex | 48 | 49 | 14 | 1 | 0 | 49 | 47 | 3D | 39 | 12 |
| Octal | 110 | 111 | 24 | 1 | 0 | 111 | 107 | 75 | 71 | 22 |
| Binary | 1001000 | 1001001 | 10100 | 1 | 0 | 1001001 | 1000111 | 111101 | 111001 | 10010 |
Color Harmonies of #484914
Complementary color
Monochromatic Colors of #484914
Black with #484914
Text Example
Text Example
White with #484914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484914; }
p { color: rgb(72,73,20); }
H1.HeaderClassName
{
color: #484914;
}
.AnyTagClassName
{
color: #484914;
}
</style>
background-color css
<style>
a { background-color: #484914; }
a { background-color: rgb(72,73,20); }
div.DivClassName
{
background-color: #484914;
}
.BgClassName
{
background-color: #484914;
}
</style>
border-color css
<style>
span { border-color: #484914; }
span { border-color: rgb(72,73,20); }
td.TdClassName
{
border-color: #484914;
}
.TagClassName
{
border-color: #484914;
}
</style>