Shades of Verdun Green #484B04
Tints of Verdun Green #484B04
RGB
CMYK
RGB Variations
Color information
#484B04 (or 0x484B04) is known color: Verdun Green. HEX triplet: 48, 4B and 04. RGB value is (72,75,4). Sum of RGB (Red+Green+Blue) = 72+75+4=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 75 (29.69% from 255 or 49.67% from 151); Blue value is 4 (1.95% from 255 or 2.65% from 151); Max value from RGB is 75 - color contains mainly: green. Hex color #484B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484B04 is #B7B4FB. Grayscale: #424242. Windows color (decimal): -12039420 or 281416. OLE color: 281416.
HSL color Cylindrical-coordinate representation of color #484B04: hue angle of 62.54º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #484B04 is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 75 | 4 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.71 |
| HSL | 62.54º | 0.9% | 0.15% | - |
| HSV(B) | 62.54º | 0.95% | 0.29% | - |
| XYZ | 5.21 | 6.42 | 1.08 | - |
| YUV | 66.01 | 93.01 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 75 | 4 | 0.04 | 0 | 0.95 | 0.71 | 62.54 | 0.9 | 0.15 |
| Hex | 48 | 4B | 4 | 4 | 0 | 5F | 47 | 3F | 5A | F |
| Octal | 110 | 113 | 4 | 4 | 0 | 137 | 107 | 77 | 132 | 17 |
| Binary | 1001000 | 1001011 | 100 | 100 | 0 | 1011111 | 1000111 | 111111 | 1011010 | 1111 |
Color Harmonies of #484B04
Complementary color
Monochromatic Colors of #484B04
Black with #484B04
Text Example
Text Example
White with #484B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484B04; }
p { color: rgb(72,75,4); }
H1.HeaderClassName
{
color: #484B04;
}
.AnyTagClassName
{
color: #484B04;
}
</style>
background-color css
<style>
a { background-color: #484B04; }
a { background-color: rgb(72,75,4); }
div.DivClassName
{
background-color: #484B04;
}
.BgClassName
{
background-color: #484B04;
}
</style>
border-color css
<style>
span { border-color: #484B04; }
span { border-color: rgb(72,75,4); }
td.TdClassName
{
border-color: #484B04;
}
.TagClassName
{
border-color: #484B04;
}
</style>