Shades of Verdun Green #484C03
Tints of Verdun Green #484C03
RGB
CMYK
RGB Variations
Color information
#484C03 (or 0x484C03) is known color: Verdun Green. HEX triplet: 48, 4C and 03. RGB value is (72,76,3). Sum of RGB (Red+Green+Blue) = 72+76+3=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 76 (30.08% from 255 or 50.33% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 76 - color contains mainly: green. Hex color #484C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484C03 is #B7B3FC. Grayscale: #424242. Windows color (decimal): -12039165 or 216136. OLE color: 216136.
HSL color Cylindrical-coordinate representation of color #484C03: hue angle of 63.29º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #484C03 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 76 | 3 | - |
| CMYK | 0.05 | 0 | 0.96 | 0.70 |
| HSL | 63.29º | 0.92% | 0.15% | - |
| HSV(B) | 63.29º | 0.96% | 0.3% | - |
| XYZ | 5.27 | 6.55 | 1.07 | - |
| YUV | 66.48 | 92.17 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 76 | 3 | 0.05 | 0 | 0.96 | 0.70 | 63.29 | 0.92 | 0.15 |
| Hex | 48 | 4C | 3 | 5 | 0 | 60 | 46 | 3F | 5C | F |
| Octal | 110 | 114 | 3 | 5 | 0 | 140 | 106 | 77 | 134 | 17 |
| Binary | 1001000 | 1001100 | 11 | 101 | 0 | 1100000 | 1000110 | 111111 | 1011100 | 1111 |
Color Harmonies of #484C03
Complementary color
Monochromatic Colors of #484C03
Black with #484C03
Text Example
Text Example
White with #484C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484C03; }
p { color: rgb(72,76,3); }
H1.HeaderClassName
{
color: #484C03;
}
.AnyTagClassName
{
color: #484C03;
}
</style>
background-color css
<style>
a { background-color: #484C03; }
a { background-color: rgb(72,76,3); }
div.DivClassName
{
background-color: #484C03;
}
.BgClassName
{
background-color: #484C03;
}
</style>
border-color css
<style>
span { border-color: #484C03; }
span { border-color: rgb(72,76,3); }
td.TdClassName
{
border-color: #484C03;
}
.TagClassName
{
border-color: #484C03;
}
</style>