Shades of Verdun Green #485007
Tints of Verdun Green #485007
RGB
CMYK
RGB Variations
Color information
#485007 (or 0x485007) is known color: Verdun Green. HEX triplet: 48, 50 and 07. RGB value is (72,80,7). Sum of RGB (Red+Green+Blue) = 72+80+7=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 80 (31.64% from 255 or 50.31% from 159); Blue value is 7 (3.12% from 255 or 4.40% from 159); Max value from RGB is 80 - color contains mainly: green. Hex color #485007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485007 is #B7AFF8. Grayscale: #454545. Windows color (decimal): -12038137 or 479304. OLE color: 479304.
HSL color Cylindrical-coordinate representation of color #485007: hue angle of 66.58º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #485007 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 80 | 7 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.69 |
| HSL | 66.58º | 0.84% | 0.17% | - |
| HSV(B) | 66.58º | 0.91% | 0.31% | - |
| XYZ | 5.58 | 7.13 | 1.28 | - |
| YUV | 69.29 | 92.85 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 80 | 7 | 0.10 | 0 | 0.91 | 0.69 | 66.58 | 0.84 | 0.17 |
| Hex | 48 | 50 | 7 | A | 0 | 5B | 45 | 43 | 54 | 11 |
| Octal | 110 | 120 | 7 | 12 | 0 | 133 | 105 | 103 | 124 | 21 |
| Binary | 1001000 | 1010000 | 111 | 1010 | 0 | 1011011 | 1000101 | 1000011 | 1010100 | 10001 |
Color Harmonies of #485007
Complementary color
Monochromatic Colors of #485007
Black with #485007
Text Example
Text Example
White with #485007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485007; }
p { color: rgb(72,80,7); }
H1.HeaderClassName
{
color: #485007;
}
.AnyTagClassName
{
color: #485007;
}
</style>
background-color css
<style>
a { background-color: #485007; }
a { background-color: rgb(72,80,7); }
div.DivClassName
{
background-color: #485007;
}
.BgClassName
{
background-color: #485007;
}
</style>
border-color css
<style>
span { border-color: #485007; }
span { border-color: rgb(72,80,7); }
td.TdClassName
{
border-color: #485007;
}
.TagClassName
{
border-color: #485007;
}
</style>