Shades of Verdun Green #485A21
Tints of Verdun Green #485A21
RGB
CMYK
RGB Variations
Color information
#485A21 (or 0x485A21) is known color: Verdun Green. HEX triplet: 48, 5A and 21. RGB value is (72,90,33). Sum of RGB (Red+Green+Blue) = 72+90+33=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 90 - color contains mainly: green. Hex color #485A21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485A21 is #B7A5DE. Grayscale: #4E4E4E. Windows color (decimal): -12035551 or 2185800. OLE color: 2185800.
HSL color Cylindrical-coordinate representation of color #485A21: hue angle of 78.95º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #485A21 is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 90 | 33 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.65 |
| HSL | 78.95º | 0.46% | 0.24% | - |
| HSV(B) | 78.95º | 0.63% | 0.35% | - |
| XYZ | 6.6 | 8.8 | 2.79 | - |
| YUV | 78.12 | 102.54 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 90 | 33 | 0.20 | 0 | 0.63 | 0.65 | 78.95 | 0.46 | 0.24 |
| Hex | 48 | 5A | 21 | 14 | 0 | 3F | 41 | 4F | 2E | 18 |
| Octal | 110 | 132 | 41 | 24 | 0 | 77 | 101 | 117 | 56 | 30 |
| Binary | 1001000 | 1011010 | 100001 | 10100 | 0 | 111111 | 1000001 | 1001111 | 101110 | 11000 |
Color Harmonies of #485A21
Complementary color
Monochromatic Colors of #485A21
Black with #485A21
Text Example
Text Example
White with #485A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485A21; }
p { color: rgb(72,90,33); }
H1.HeaderClassName
{
color: #485A21;
}
.AnyTagClassName
{
color: #485A21;
}
</style>
background-color css
<style>
a { background-color: #485A21; }
a { background-color: rgb(72,90,33); }
div.DivClassName
{
background-color: #485A21;
}
.BgClassName
{
background-color: #485A21;
}
</style>
border-color css
<style>
span { border-color: #485A21; }
span { border-color: rgb(72,90,33); }
td.TdClassName
{
border-color: #485A21;
}
.TagClassName
{
border-color: #485A21;
}
</style>