Shades of Verdun Green #485D14
Tints of Verdun Green #485D14
RGB
CMYK
RGB Variations
Color information
#485D14 (or 0x485D14) is known color: Verdun Green. HEX triplet: 48, 5D and 14. RGB value is (72,93,20). Sum of RGB (Red+Green+Blue) = 72+93+20=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 93 (36.72% from 255 or 50.27% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 93 - color contains mainly: green. Hex color #485D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485D14 is #B7A2EB. Grayscale: #4E4E4E. Windows color (decimal): -12034796 or 1334600. OLE color: 1334600.
HSL color Cylindrical-coordinate representation of color #485D14: hue angle of 77.26º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #485D14 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 93 | 20 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.64 |
| HSL | 77.26º | 0.65% | 0.22% | - |
| HSV(B) | 77.26º | 0.78% | 0.36% | - |
| XYZ | 6.71 | 9.26 | 2.09 | - |
| YUV | 78.4 | 95.04 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 20 | 0.23 | 0 | 0.78 | 0.64 | 77.26 | 0.65 | 0.22 |
| Hex | 48 | 5D | 14 | 17 | 0 | 4E | 40 | 4D | 41 | 16 |
| Octal | 110 | 135 | 24 | 27 | 0 | 116 | 100 | 115 | 101 | 26 |
| Binary | 1001000 | 1011101 | 10100 | 10111 | 0 | 1001110 | 1000000 | 1001101 | 1000001 | 10110 |
Color Harmonies of #485D14
Complementary color
Monochromatic Colors of #485D14
Black with #485D14
Text Example
Text Example
White with #485D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485D14; }
p { color: rgb(72,93,20); }
H1.HeaderClassName
{
color: #485D14;
}
.AnyTagClassName
{
color: #485D14;
}
</style>
background-color css
<style>
a { background-color: #485D14; }
a { background-color: rgb(72,93,20); }
div.DivClassName
{
background-color: #485D14;
}
.BgClassName
{
background-color: #485D14;
}
</style>
border-color css
<style>
span { border-color: #485D14; }
span { border-color: rgb(72,93,20); }
td.TdClassName
{
border-color: #485D14;
}
.TagClassName
{
border-color: #485D14;
}
</style>