Shades of Verdun Green #485C0A
Tints of Verdun Green #485C0A
RGB
CMYK
RGB Variations
Color information
#485C0A (or 0x485C0A) is known color: Verdun Green. HEX triplet: 48, 5C and 0A. RGB value is (72,92,10). Sum of RGB (Red+Green+Blue) = 72+92+10=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 92 (36.33% from 255 or 52.87% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 92 - color contains mainly: green. Hex color #485C0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485C0A is #B7A3F5. Grayscale: #4C4C4C. Windows color (decimal): -12035062 or 678984. OLE color: 678984.
HSL color Cylindrical-coordinate representation of color #485C0A: hue angle of 74.63º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #485C0A is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 92 | 10 | - |
| CMYK | 0.22 | 0 | 0.89 | 0.64 |
| HSL | 74.63º | 0.8% | 0.2% | - |
| HSV(B) | 74.63º | 0.89% | 0.36% | - |
| XYZ | 6.55 | 9.05 | 1.69 | - |
| YUV | 76.67 | 90.37 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 92 | 10 | 0.22 | 0 | 0.89 | 0.64 | 74.63 | 0.8 | 0.2 |
| Hex | 48 | 5C | A | 16 | 0 | 59 | 40 | 4B | 50 | 14 |
| Octal | 110 | 134 | 12 | 26 | 0 | 131 | 100 | 113 | 120 | 24 |
| Binary | 1001000 | 1011100 | 1010 | 10110 | 0 | 1011001 | 1000000 | 1001011 | 1010000 | 10100 |
Color Harmonies of #485C0A
Complementary color
Monochromatic Colors of #485C0A
Black with #485C0A
Text Example
Text Example
White with #485C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485C0A; }
p { color: rgb(72,92,10); }
H1.HeaderClassName
{
color: #485C0A;
}
.AnyTagClassName
{
color: #485C0A;
}
</style>
background-color css
<style>
a { background-color: #485C0A; }
a { background-color: rgb(72,92,10); }
div.DivClassName
{
background-color: #485C0A;
}
.BgClassName
{
background-color: #485C0A;
}
</style>
border-color css
<style>
span { border-color: #485C0A; }
span { border-color: rgb(72,92,10); }
td.TdClassName
{
border-color: #485C0A;
}
.TagClassName
{
border-color: #485C0A;
}
</style>