Shades of Verdun Green #414305
Tints of Verdun Green #414305
RGB
CMYK
RGB Variations
Color information
#414305 (or 0x414305) is known color: Verdun Green. HEX triplet: 41, 43 and 05. RGB value is (65,67,5). Sum of RGB (Red+Green+Blue) = 65+67+5=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 67 (26.56% from 255 or 48.91% from 137); Blue value is 5 (2.34% from 255 or 3.65% from 137); Max value from RGB is 67 - color contains mainly: green. Hex color #414305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414305 is #BEBCFA. Grayscale: #3B3B3B. Windows color (decimal): -12500219 or 344897. OLE color: 344897.
HSL color Cylindrical-coordinate representation of color #414305: hue angle of 61.94º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #414305 is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 65 | 67 | 5 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.74 |
| HSL | 61.94º | 0.86% | 0.14% | - |
| HSV(B) | 61.94º | 0.93% | 0.26% | - |
| XYZ | 4.21 | 5.15 | 0.92 | - |
| YUV | 59.33 | 97.34 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 67 | 5 | 0.03 | 0 | 0.93 | 0.74 | 61.94 | 0.86 | 0.14 |
| Hex | 41 | 43 | 5 | 3 | 0 | 5D | 4A | 3E | 56 | E |
| Octal | 101 | 103 | 5 | 3 | 0 | 135 | 112 | 76 | 126 | 16 |
| Binary | 1000001 | 1000011 | 101 | 11 | 0 | 1011101 | 1001010 | 111110 | 1010110 | 1110 |
Color Harmonies of #414305
Complementary color
Monochromatic Colors of #414305
Black with #414305
Text Example
Text Example
White with #414305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414305; }
p { color: rgb(65,67,5); }
H1.HeaderClassName
{
color: #414305;
}
.AnyTagClassName
{
color: #414305;
}
</style>
background-color css
<style>
a { background-color: #414305; }
a { background-color: rgb(65,67,5); }
div.DivClassName
{
background-color: #414305;
}
.BgClassName
{
background-color: #414305;
}
</style>
border-color css
<style>
span { border-color: #414305; }
span { border-color: rgb(65,67,5); }
td.TdClassName
{
border-color: #414305;
}
.TagClassName
{
border-color: #414305;
}
</style>