Shades of Verdun Green #485C14
Tints of Verdun Green #485C14
RGB
CMYK
RGB Variations
Color information
#485C14 (or 0x485C14) is known color: Verdun Green. HEX triplet: 48, 5C and 14. RGB value is (72,92,20). Sum of RGB (Red+Green+Blue) = 72+92+20=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 92 (36.33% from 255 or 50% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 92 - color contains mainly: green. Hex color #485C14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485C14 is #B7A3EB. Grayscale: #4E4E4E. Windows color (decimal): -12035052 or 1334344. OLE color: 1334344.
HSL color Cylindrical-coordinate representation of color #485C14: hue angle of 76.67º degrees, saturation: 0.64, 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 #485C14 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 92 | 20 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.64 |
| HSL | 76.67º | 0.64% | 0.22% | - |
| HSV(B) | 76.67º | 0.78% | 0.36% | - |
| XYZ | 6.63 | 9.08 | 2.07 | - |
| YUV | 77.81 | 95.37 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 92 | 20 | 0.22 | 0 | 0.78 | 0.64 | 76.67 | 0.64 | 0.22 |
| Hex | 48 | 5C | 14 | 16 | 0 | 4E | 40 | 4D | 40 | 16 |
| Octal | 110 | 134 | 24 | 26 | 0 | 116 | 100 | 115 | 100 | 26 |
| Binary | 1001000 | 1011100 | 10100 | 10110 | 0 | 1001110 | 1000000 | 1001101 | 1000000 | 10110 |
Color Harmonies of #485C14
Complementary color
Monochromatic Colors of #485C14
Black with #485C14
Text Example
Text Example
White with #485C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485C14; }
p { color: rgb(72,92,20); }
H1.HeaderClassName
{
color: #485C14;
}
.AnyTagClassName
{
color: #485C14;
}
</style>
background-color css
<style>
a { background-color: #485C14; }
a { background-color: rgb(72,92,20); }
div.DivClassName
{
background-color: #485C14;
}
.BgClassName
{
background-color: #485C14;
}
</style>
border-color css
<style>
span { border-color: #485C14; }
span { border-color: rgb(72,92,20); }
td.TdClassName
{
border-color: #485C14;
}
.TagClassName
{
border-color: #485C14;
}
</style>