Shades of Verdun Green #485506
Tints of Verdun Green #485506
RGB
CMYK
RGB Variations
Color information
#485506 (or 0x485506) is known color: Verdun Green. HEX triplet: 48, 55 and 06. RGB value is (72,85,6). Sum of RGB (Red+Green+Blue) = 72+85+6=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 85 (33.59% from 255 or 52.15% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 85 - color contains mainly: green. Hex color #485506 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485506 is #B7AAF9. Grayscale: #484848. Windows color (decimal): -12036858 or 415048. OLE color: 415048.
HSL color Cylindrical-coordinate representation of color #485506: hue angle of 69.87º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #485506 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 85 | 6 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.67 |
| HSL | 69.87º | 0.87% | 0.18% | - |
| HSV(B) | 69.87º | 0.93% | 0.33% | - |
| XYZ | 5.95 | 7.89 | 1.38 | - |
| YUV | 72.11 | 90.69 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 85 | 6 | 0.15 | 0 | 0.93 | 0.67 | 69.87 | 0.87 | 0.18 |
| Hex | 48 | 55 | 6 | F | 0 | 5D | 43 | 46 | 57 | 12 |
| Octal | 110 | 125 | 6 | 17 | 0 | 135 | 103 | 106 | 127 | 22 |
| Binary | 1001000 | 1010101 | 110 | 1111 | 0 | 1011101 | 1000011 | 1000110 | 1010111 | 10010 |
Color Harmonies of #485506
Complementary color
Monochromatic Colors of #485506
Black with #485506
Text Example
Text Example
White with #485506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485506; }
p { color: rgb(72,85,6); }
H1.HeaderClassName
{
color: #485506;
}
.AnyTagClassName
{
color: #485506;
}
</style>
background-color css
<style>
a { background-color: #485506; }
a { background-color: rgb(72,85,6); }
div.DivClassName
{
background-color: #485506;
}
.BgClassName
{
background-color: #485506;
}
</style>
border-color css
<style>
span { border-color: #485506; }
span { border-color: rgb(72,85,6); }
td.TdClassName
{
border-color: #485506;
}
.TagClassName
{
border-color: #485506;
}
</style>