Shades of Verdun Green #415A19
Tints of Verdun Green #415A19
RGB
CMYK
RGB Variations
Color information
#415A19 (or 0x415A19) is known color: Verdun Green. HEX triplet: 41, 5A and 19. RGB value is (65,90,25). Sum of RGB (Red+Green+Blue) = 65+90+25=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 90 (35.55% from 255 or 50% from 180); Blue value is 25 (10.16% from 255 or 13.89% from 180); Max value from RGB is 90 - color contains mainly: green. Hex color #415A19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415A19 is #BEA5E6. Grayscale: #4B4B4B. Windows color (decimal): -12494311 or 1661505. OLE color: 1661505.
HSL color Cylindrical-coordinate representation of color #415A19: hue angle of 83.08º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #415A19 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 90 | 25 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.65 |
| HSL | 83.08º | 0.57% | 0.23% | - |
| HSV(B) | 83.08º | 0.72% | 0.35% | - |
| XYZ | 6.01 | 8.51 | 2.24 | - |
| YUV | 75.12 | 99.72 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 90 | 25 | 0.28 | 0 | 0.72 | 0.65 | 83.08 | 0.57 | 0.23 |
| Hex | 41 | 5A | 19 | 1C | 0 | 48 | 41 | 53 | 39 | 17 |
| Octal | 101 | 132 | 31 | 34 | 0 | 110 | 101 | 123 | 71 | 27 |
| Binary | 1000001 | 1011010 | 11001 | 11100 | 0 | 1001000 | 1000001 | 1010011 | 111001 | 10111 |
Color Harmonies of #415A19
Complementary color
Monochromatic Colors of #415A19
Black with #415A19
Text Example
Text Example
White with #415A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415A19; }
p { color: rgb(65,90,25); }
H1.HeaderClassName
{
color: #415A19;
}
.AnyTagClassName
{
color: #415A19;
}
</style>
background-color css
<style>
a { background-color: #415A19; }
a { background-color: rgb(65,90,25); }
div.DivClassName
{
background-color: #415A19;
}
.BgClassName
{
background-color: #415A19;
}
</style>
border-color css
<style>
span { border-color: #415A19; }
span { border-color: rgb(65,90,25); }
td.TdClassName
{
border-color: #415A19;
}
.TagClassName
{
border-color: #415A19;
}
</style>