Shades of Verdun Green #484301
Tints of Verdun Green #484301
RGB
CMYK
RGB Variations
Color information
#484301 (or 0x484301) is known color: Verdun Green. HEX triplet: 48, 43 and 01. RGB value is (72,67,1). Sum of RGB (Red+Green+Blue) = 72+67+1=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 67 (26.56% from 255 or 47.86% from 140); Blue value is 1 (0.78% from 255 or 0.71% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #484301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484301 is #B7BCFE. Grayscale: #3D3D3D. Windows color (decimal): -12041471 or 82760. OLE color: 82760.
HSL color Cylindrical-coordinate representation of color #484301: hue angle of 55.77º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #484301 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 67 | 1 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.72 |
| HSL | 55.77º | 0.97% | 0.14% | - |
| HSV(B) | 55.77º | 0.99% | 0.28% | - |
| XYZ | 4.69 | 5.39 | 0.82 | - |
| YUV | 60.97 | 94.16 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 67 | 1 | 0 | 0.07 | 0.99 | 0.72 | 55.77 | 0.97 | 0.14 |
| Hex | 48 | 43 | 1 | 0 | 7 | 63 | 48 | 38 | 61 | E |
| Octal | 110 | 103 | 1 | 0 | 7 | 143 | 110 | 70 | 141 | 16 |
| Binary | 1001000 | 1000011 | 1 | 0 | 111 | 1100011 | 1001000 | 111000 | 1100001 | 1110 |
Color Harmonies of #484301
Complementary color
Monochromatic Colors of #484301
Black with #484301
Text Example
Text Example
White with #484301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484301; }
p { color: rgb(72,67,1); }
H1.HeaderClassName
{
color: #484301;
}
.AnyTagClassName
{
color: #484301;
}
</style>
background-color css
<style>
a { background-color: #484301; }
a { background-color: rgb(72,67,1); }
div.DivClassName
{
background-color: #484301;
}
.BgClassName
{
background-color: #484301;
}
</style>
border-color css
<style>
span { border-color: #484301; }
span { border-color: rgb(72,67,1); }
td.TdClassName
{
border-color: #484301;
}
.TagClassName
{
border-color: #484301;
}
</style>