Shades of Verdun Green #414301
Tints of Verdun Green #414301
RGB
CMYK
RGB Variations
Color information
#414301 (or 0x414301) is known color: Verdun Green. HEX triplet: 41, 43 and 01. RGB value is (65,67,1). Sum of RGB (Red+Green+Blue) = 65+67+1=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 67 (26.56% from 255 or 50.38% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 67 - color contains mainly: green. Hex color #414301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414301 is #BEBCFE. Grayscale: #3B3B3B. Windows color (decimal): -12500223 or 82753. OLE color: 82753.
HSL color Cylindrical-coordinate representation of color #414301: hue angle of 61.82º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #414301 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 65 | 67 | 1 | - |
| CMYK | 0.03 | 0 | 0.99 | 0.74 |
| HSL | 61.82º | 0.97% | 0.13% | - |
| HSV(B) | 61.82º | 0.99% | 0.26% | - |
| XYZ | 4.19 | 5.14 | 0.8 | - |
| YUV | 58.88 | 95.34 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 67 | 1 | 0.03 | 0 | 0.99 | 0.74 | 61.82 | 0.97 | 0.13 |
| Hex | 41 | 43 | 1 | 3 | 0 | 63 | 4A | 3E | 61 | D |
| Octal | 101 | 103 | 1 | 3 | 0 | 143 | 112 | 76 | 141 | 15 |
| Binary | 1000001 | 1000011 | 1 | 11 | 0 | 1100011 | 1001010 | 111110 | 1100001 | 1101 |
Color Harmonies of #414301
Complementary color
Monochromatic Colors of #414301
Black with #414301
Text Example
Text Example
White with #414301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414301; }
p { color: rgb(65,67,1); }
H1.HeaderClassName
{
color: #414301;
}
.AnyTagClassName
{
color: #414301;
}
</style>
background-color css
<style>
a { background-color: #414301; }
a { background-color: rgb(65,67,1); }
div.DivClassName
{
background-color: #414301;
}
.BgClassName
{
background-color: #414301;
}
</style>
border-color css
<style>
span { border-color: #414301; }
span { border-color: rgb(65,67,1); }
td.TdClassName
{
border-color: #414301;
}
.TagClassName
{
border-color: #414301;
}
</style>