Shades of Verdun Green #484403
Tints of Verdun Green #484403
RGB
CMYK
RGB Variations
Color information
#484403 (or 0x484403) is known color: Verdun Green. HEX triplet: 48, 44 and 03. RGB value is (72,68,3). Sum of RGB (Red+Green+Blue) = 72+68+3=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 68 (26.95% from 255 or 47.55% from 143); Blue value is 3 (1.56% from 255 or 2.10% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #484403 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484403 is #B7BBFC. Grayscale: #3E3E3E. Windows color (decimal): -12041213 or 214088. OLE color: 214088.
HSL color Cylindrical-coordinate representation of color #484403: hue angle of 56.52º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #484403 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 68 | 3 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.72 |
| HSL | 56.52º | 0.92% | 0.15% | - |
| HSV(B) | 56.52º | 0.96% | 0.28% | - |
| XYZ | 4.76 | 5.52 | 0.9 | - |
| YUV | 61.79 | 94.83 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 68 | 3 | 0 | 0.06 | 0.96 | 0.72 | 56.52 | 0.92 | 0.15 |
| Hex | 48 | 44 | 3 | 0 | 6 | 60 | 48 | 39 | 5C | F |
| Octal | 110 | 104 | 3 | 0 | 6 | 140 | 110 | 71 | 134 | 17 |
| Binary | 1001000 | 1000100 | 11 | 0 | 110 | 1100000 | 1001000 | 111001 | 1011100 | 1111 |
Color Harmonies of #484403
Complementary color
Monochromatic Colors of #484403
Black with #484403
Text Example
Text Example
White with #484403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484403; }
p { color: rgb(72,68,3); }
H1.HeaderClassName
{
color: #484403;
}
.AnyTagClassName
{
color: #484403;
}
</style>
background-color css
<style>
a { background-color: #484403; }
a { background-color: rgb(72,68,3); }
div.DivClassName
{
background-color: #484403;
}
.BgClassName
{
background-color: #484403;
}
</style>
border-color css
<style>
span { border-color: #484403; }
span { border-color: rgb(72,68,3); }
td.TdClassName
{
border-color: #484403;
}
.TagClassName
{
border-color: #484403;
}
</style>