Shades of Verdun Green #485A05
Tints of Verdun Green #485A05
RGB
CMYK
RGB Variations
Color information
#485A05 (or 0x485A05) is known color: Verdun Green. HEX triplet: 48, 5A and 05. RGB value is (72,90,5). Sum of RGB (Red+Green+Blue) = 72+90+5=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 90 (35.55% from 255 or 53.89% from 167); Blue value is 5 (2.34% from 255 or 2.99% from 167); Max value from RGB is 90 - color contains mainly: green. Hex color #485A05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485A05 is #B7A5FA. Grayscale: #4B4B4B. Windows color (decimal): -12035579 or 350792. OLE color: 350792.
HSL color Cylindrical-coordinate representation of color #485A05: hue angle of 72.71º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #485A05 is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 90 | 5 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.65 |
| HSL | 72.71º | 0.89% | 0.19% | - |
| HSV(B) | 72.71º | 0.94% | 0.35% | - |
| XYZ | 6.36 | 8.7 | 1.49 | - |
| YUV | 74.93 | 88.54 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 90 | 5 | 0.20 | 0 | 0.94 | 0.65 | 72.71 | 0.89 | 0.19 |
| Hex | 48 | 5A | 5 | 14 | 0 | 5E | 41 | 49 | 59 | 13 |
| Octal | 110 | 132 | 5 | 24 | 0 | 136 | 101 | 111 | 131 | 23 |
| Binary | 1001000 | 1011010 | 101 | 10100 | 0 | 1011110 | 1000001 | 1001001 | 1011001 | 10011 |
Color Harmonies of #485A05
Complementary color
Monochromatic Colors of #485A05
Black with #485A05
Text Example
Text Example
White with #485A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485A05; }
p { color: rgb(72,90,5); }
H1.HeaderClassName
{
color: #485A05;
}
.AnyTagClassName
{
color: #485A05;
}
</style>
background-color css
<style>
a { background-color: #485A05; }
a { background-color: rgb(72,90,5); }
div.DivClassName
{
background-color: #485A05;
}
.BgClassName
{
background-color: #485A05;
}
</style>
border-color css
<style>
span { border-color: #485A05; }
span { border-color: rgb(72,90,5); }
td.TdClassName
{
border-color: #485A05;
}
.TagClassName
{
border-color: #485A05;
}
</style>