Shades of Verdun Green #485D00
Tints of Verdun Green #485D00
RGB
CMYK
RGB Variations
Color information
#485D00 (or 0x485D00) is known color: Verdun Green. HEX triplet: 48, 5D and 00. RGB value is (72,93,0). Sum of RGB (Red+Green+Blue) = 72+93+0=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 93 (36.72% from 255 or 56.36% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 93 - color contains mainly: green. Hex color #485D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485D00 is #B7A2FF. Grayscale: #4C4C4C. Windows color (decimal): -12034816 or 23880. OLE color: 23880.
HSL color Cylindrical-coordinate representation of color #485D00: hue angle of 73.55º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #485D00 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 93 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.64 |
| HSL | 73.55º | 1% | 0.18% | - |
| HSV(B) | 73.55º | 1% | 0.36% | - |
| XYZ | 6.59 | 9.21 | 1.43 | - |
| YUV | 76.12 | 85.04 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 0 | 0.23 | 0 | 1 | 0.64 | 73.55 | 1 | 0.18 |
| Hex | 48 | 5D | 0 | 17 | 0 | 64 | 40 | 4A | 64 | 12 |
| Octal | 110 | 135 | 0 | 27 | 0 | 144 | 100 | 112 | 144 | 22 |
| Binary | 1001000 | 1011101 | 0 | 10111 | 0 | 1100100 | 1000000 | 1001010 | 1100100 | 10010 |
Color Harmonies of #485D00
Complementary color
Monochromatic Colors of #485D00
Black with #485D00
Text Example
Text Example
White with #485D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485D00; }
p { color: rgb(72,93,0); }
H1.HeaderClassName
{
color: #485D00;
}
.AnyTagClassName
{
color: #485D00;
}
</style>
background-color css
<style>
a { background-color: #485D00; }
a { background-color: rgb(72,93,0); }
div.DivClassName
{
background-color: #485D00;
}
.BgClassName
{
background-color: #485D00;
}
</style>
border-color css
<style>
span { border-color: #485D00; }
span { border-color: rgb(72,93,0); }
td.TdClassName
{
border-color: #485D00;
}
.TagClassName
{
border-color: #485D00;
}
</style>