Shades of Verdun Green #485A00
Tints of Verdun Green #485A00
RGB
CMYK
RGB Variations
Color information
#485A00 (or 0x485A00) is known color: Verdun Green. HEX triplet: 48, 5A and 00. RGB value is (72,90,0). Sum of RGB (Red+Green+Blue) = 72+90+0=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 90 (35.55% from 255 or 55.56% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 90 - color contains mainly: green. Hex color #485A00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485A00 is #B7A5FF. Grayscale: #4A4A4A. Windows color (decimal): -12035584 or 23112. OLE color: 23112.
HSL color Cylindrical-coordinate representation of color #485A00: hue angle of 72º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #485A00 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 90 | 0 | - |
| CMYK | 0.20 | 0 | 1 | 0.65 |
| HSL | 72º | 1% | 0.18% | - |
| HSV(B) | 72º | 1% | 0.35% | - |
| XYZ | 6.33 | 8.69 | 1.34 | - |
| YUV | 74.36 | 86.04 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 90 | 0 | 0.20 | 0 | 1 | 0.65 | 72 | 1 | 0.18 |
| Hex | 48 | 5A | 0 | 14 | 0 | 64 | 41 | 48 | 64 | 12 |
| Octal | 110 | 132 | 0 | 24 | 0 | 144 | 101 | 110 | 144 | 22 |
| Binary | 1001000 | 1011010 | 0 | 10100 | 0 | 1100100 | 1000001 | 1001000 | 1100100 | 10010 |
Color Harmonies of #485A00
Complementary color
Monochromatic Colors of #485A00
Black with #485A00
Text Example
Text Example
White with #485A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485A00; }
p { color: rgb(72,90,0); }
H1.HeaderClassName
{
color: #485A00;
}
.AnyTagClassName
{
color: #485A00;
}
</style>
background-color css
<style>
a { background-color: #485A00; }
a { background-color: rgb(72,90,0); }
div.DivClassName
{
background-color: #485A00;
}
.BgClassName
{
background-color: #485A00;
}
</style>
border-color css
<style>
span { border-color: #485A00; }
span { border-color: rgb(72,90,0); }
td.TdClassName
{
border-color: #485A00;
}
.TagClassName
{
border-color: #485A00;
}
</style>