Shades of Verdun Green #485C17
Tints of Verdun Green #485C17
RGB
CMYK
RGB Variations
Color information
#485C17 (or 0x485C17) is known color: Verdun Green. HEX triplet: 48, 5C and 17. RGB value is (72,92,23). Sum of RGB (Red+Green+Blue) = 72+92+23=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 92 (36.33% from 255 or 49.20% from 187); Blue value is 23 (9.38% from 255 or 12.30% from 187); Max value from RGB is 92 - color contains mainly: green. Hex color #485C17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485C17 is #B7A3E8. Grayscale: #4E4E4E. Windows color (decimal): -12035049 or 1530952. OLE color: 1530952.
HSL color Cylindrical-coordinate representation of color #485C17: hue angle of 77.39º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #485C17 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 92 | 23 | - |
| CMYK | 0.22 | 0 | 0.75 | 0.64 |
| HSL | 77.39º | 0.6% | 0.23% | - |
| HSV(B) | 77.39º | 0.75% | 0.36% | - |
| XYZ | 6.65 | 9.09 | 2.22 | - |
| YUV | 78.15 | 96.87 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 92 | 23 | 0.22 | 0 | 0.75 | 0.64 | 77.39 | 0.6 | 0.23 |
| Hex | 48 | 5C | 17 | 16 | 0 | 4B | 40 | 4D | 3C | 17 |
| Octal | 110 | 134 | 27 | 26 | 0 | 113 | 100 | 115 | 74 | 27 |
| Binary | 1001000 | 1011100 | 10111 | 10110 | 0 | 1001011 | 1000000 | 1001101 | 111100 | 10111 |
Color Harmonies of #485C17
Complementary color
Monochromatic Colors of #485C17
Black with #485C17
Text Example
Text Example
White with #485C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485C17; }
p { color: rgb(72,92,23); }
H1.HeaderClassName
{
color: #485C17;
}
.AnyTagClassName
{
color: #485C17;
}
</style>
background-color css
<style>
a { background-color: #485C17; }
a { background-color: rgb(72,92,23); }
div.DivClassName
{
background-color: #485C17;
}
.BgClassName
{
background-color: #485C17;
}
</style>
border-color css
<style>
span { border-color: #485C17; }
span { border-color: rgb(72,92,23); }
td.TdClassName
{
border-color: #485C17;
}
.TagClassName
{
border-color: #485C17;
}
</style>