Shades of Verdun Green #485A14
Tints of Verdun Green #485A14
RGB
CMYK
RGB Variations
Color information
#485A14 (or 0x485A14) is known color: Verdun Green. HEX triplet: 48, 5A and 14. RGB value is (72,90,20). Sum of RGB (Red+Green+Blue) = 72+90+20=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 90 (35.55% from 255 or 49.45% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 90 - color contains mainly: green. Hex color #485A14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485A14 is #B7A5EB. Grayscale: #4C4C4C. Windows color (decimal): -12035564 or 1333832. OLE color: 1333832.
HSL color Cylindrical-coordinate representation of color #485A14: hue angle of 75.43º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #485A14 is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 90 | 20 | - |
| CMYK | 0.20 | 0 | 0.78 | 0.65 |
| HSL | 75.43º | 0.64% | 0.22% | - |
| HSV(B) | 75.43º | 0.78% | 0.35% | - |
| XYZ | 6.45 | 8.74 | 2.01 | - |
| YUV | 76.64 | 96.04 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 90 | 20 | 0.20 | 0 | 0.78 | 0.65 | 75.43 | 0.64 | 0.22 |
| Hex | 48 | 5A | 14 | 14 | 0 | 4E | 41 | 4B | 40 | 16 |
| Octal | 110 | 132 | 24 | 24 | 0 | 116 | 101 | 113 | 100 | 26 |
| Binary | 1001000 | 1011010 | 10100 | 10100 | 0 | 1001110 | 1000001 | 1001011 | 1000000 | 10110 |
Color Harmonies of #485A14
Complementary color
Monochromatic Colors of #485A14
Black with #485A14
Text Example
Text Example
White with #485A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485A14; }
p { color: rgb(72,90,20); }
H1.HeaderClassName
{
color: #485A14;
}
.AnyTagClassName
{
color: #485A14;
}
</style>
background-color css
<style>
a { background-color: #485A14; }
a { background-color: rgb(72,90,20); }
div.DivClassName
{
background-color: #485A14;
}
.BgClassName
{
background-color: #485A14;
}
</style>
border-color css
<style>
span { border-color: #485A14; }
span { border-color: rgb(72,90,20); }
td.TdClassName
{
border-color: #485A14;
}
.TagClassName
{
border-color: #485A14;
}
</style>