Shades of Verdun Green #41471C
Tints of Verdun Green #41471C
RGB
CMYK
RGB Variations
Color information
#41471C (or 0x41471C) is known color: Verdun Green. HEX triplet: 41, 47 and 1C. RGB value is (65,71,28). Sum of RGB (Red+Green+Blue) = 65+71+28=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 71 (28.12% from 255 or 43.29% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 71 - color contains mainly: green. Hex color #41471C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41471C is #BEB8E3. Grayscale: #404040. Windows color (decimal): -12499172 or 1853249. OLE color: 1853249.
HSL color Cylindrical-coordinate representation of color #41471C: hue angle of 68.37º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #41471C is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 65 | 71 | 28 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.72 |
| HSL | 68.37º | 0.43% | 0.19% | - |
| HSV(B) | 68.37º | 0.61% | 0.28% | - |
| XYZ | 4.64 | 5.71 | 1.96 | - |
| YUV | 64.3 | 107.51 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 71 | 28 | 0.08 | 0 | 0.61 | 0.72 | 68.37 | 0.43 | 0.19 |
| Hex | 41 | 47 | 1C | 8 | 0 | 3D | 48 | 44 | 2B | 13 |
| Octal | 101 | 107 | 34 | 10 | 0 | 75 | 110 | 104 | 53 | 23 |
| Binary | 1000001 | 1000111 | 11100 | 1000 | 0 | 111101 | 1001000 | 1000100 | 101011 | 10011 |
Color Harmonies of #41471C
Complementary color
Monochromatic Colors of #41471C
Black with #41471C
Text Example
Text Example
White with #41471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41471C; }
p { color: rgb(65,71,28); }
H1.HeaderClassName
{
color: #41471C;
}
.AnyTagClassName
{
color: #41471C;
}
</style>
background-color css
<style>
a { background-color: #41471C; }
a { background-color: rgb(65,71,28); }
div.DivClassName
{
background-color: #41471C;
}
.BgClassName
{
background-color: #41471C;
}
</style>
border-color css
<style>
span { border-color: #41471C; }
span { border-color: rgb(65,71,28); }
td.TdClassName
{
border-color: #41471C;
}
.TagClassName
{
border-color: #41471C;
}
</style>