Shades of Verdun Green #485A15
Tints of Verdun Green #485A15
RGB
CMYK
RGB Variations
Color information
#485A15 (or 0x485A15) is known color: Verdun Green. HEX triplet: 48, 5A and 15. RGB value is (72,90,21). Sum of RGB (Red+Green+Blue) = 72+90+21=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 90 (35.55% from 255 or 49.18% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 90 - color contains mainly: green. Hex color #485A15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485A15 is #B7A5EA. Grayscale: #4D4D4D. Windows color (decimal): -12035563 or 1399368. OLE color: 1399368.
HSL color Cylindrical-coordinate representation of color #485A15: hue angle of 75.65º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #485A15 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 90 | 21 | - |
| CMYK | 0.20 | 0 | 0.77 | 0.65 |
| HSL | 75.65º | 0.62% | 0.22% | - |
| HSV(B) | 75.65º | 0.77% | 0.35% | - |
| XYZ | 6.46 | 8.74 | 2.06 | - |
| YUV | 76.75 | 96.54 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 90 | 21 | 0.20 | 0 | 0.77 | 0.65 | 75.65 | 0.62 | 0.22 |
| Hex | 48 | 5A | 15 | 14 | 0 | 4D | 41 | 4C | 3E | 16 |
| Octal | 110 | 132 | 25 | 24 | 0 | 115 | 101 | 114 | 76 | 26 |
| Binary | 1001000 | 1011010 | 10101 | 10100 | 0 | 1001101 | 1000001 | 1001100 | 111110 | 10110 |
Color Harmonies of #485A15
Complementary color
Monochromatic Colors of #485A15
Black with #485A15
Text Example
Text Example
White with #485A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485A15; }
p { color: rgb(72,90,21); }
H1.HeaderClassName
{
color: #485A15;
}
.AnyTagClassName
{
color: #485A15;
}
</style>
background-color css
<style>
a { background-color: #485A15; }
a { background-color: rgb(72,90,21); }
div.DivClassName
{
background-color: #485A15;
}
.BgClassName
{
background-color: #485A15;
}
</style>
border-color css
<style>
span { border-color: #485A15; }
span { border-color: rgb(72,90,21); }
td.TdClassName
{
border-color: #485A15;
}
.TagClassName
{
border-color: #485A15;
}
</style>