Shades of Verdun Green #484B12
Tints of Verdun Green #484B12
RGB
CMYK
RGB Variations
Color information
#484B12 (or 0x484B12) is known color: Verdun Green. HEX triplet: 48, 4B and 12. RGB value is (72,75,18). Sum of RGB (Red+Green+Blue) = 72+75+18=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 75 (29.69% from 255 or 45.45% from 165); Blue value is 18 (7.42% from 255 or 10.91% from 165); Max value from RGB is 75 - color contains mainly: green. Hex color #484B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484B12 is #B7B4ED. Grayscale: #434343. Windows color (decimal): -12039406 or 1198920. OLE color: 1198920.
HSL color Cylindrical-coordinate representation of color #484B12: hue angle of 63.16º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #484B12 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 75 | 18 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.71 |
| HSL | 63.16º | 0.61% | 0.18% | - |
| HSV(B) | 63.16º | 0.76% | 0.29% | - |
| XYZ | 5.3 | 6.45 | 1.54 | - |
| YUV | 67.61 | 100.01 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 75 | 18 | 0.04 | 0 | 0.76 | 0.71 | 63.16 | 0.61 | 0.18 |
| Hex | 48 | 4B | 12 | 4 | 0 | 4C | 47 | 3F | 3D | 12 |
| Octal | 110 | 113 | 22 | 4 | 0 | 114 | 107 | 77 | 75 | 22 |
| Binary | 1001000 | 1001011 | 10010 | 100 | 0 | 1001100 | 1000111 | 111111 | 111101 | 10010 |
Color Harmonies of #484B12
Complementary color
Monochromatic Colors of #484B12
Black with #484B12
Text Example
Text Example
White with #484B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484B12; }
p { color: rgb(72,75,18); }
H1.HeaderClassName
{
color: #484B12;
}
.AnyTagClassName
{
color: #484B12;
}
</style>
background-color css
<style>
a { background-color: #484B12; }
a { background-color: rgb(72,75,18); }
div.DivClassName
{
background-color: #484B12;
}
.BgClassName
{
background-color: #484B12;
}
</style>
border-color css
<style>
span { border-color: #484B12; }
span { border-color: rgb(72,75,18); }
td.TdClassName
{
border-color: #484B12;
}
.TagClassName
{
border-color: #484B12;
}
</style>