Shades of Verdun Green #41430A
Tints of Verdun Green #41430A
RGB
CMYK
RGB Variations
Color information
#41430A (or 0x41430A) is known color: Verdun Green. HEX triplet: 41, 43 and 0A. RGB value is (65,67,10). Sum of RGB (Red+Green+Blue) = 65+67+10=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 67 (26.56% from 255 or 47.18% from 142); Blue value is 10 (4.30% from 255 or 7.04% from 142); Max value from RGB is 67 - color contains mainly: green. Hex color #41430A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41430A is #BEBCF5. Grayscale: #3C3C3C. Windows color (decimal): -12500214 or 672577. OLE color: 672577.
HSL color Cylindrical-coordinate representation of color #41430A: hue angle of 62.11º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #41430A is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 65 | 67 | 10 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.74 |
| HSL | 62.11º | 0.74% | 0.15% | - |
| HSV(B) | 62.11º | 0.85% | 0.26% | - |
| XYZ | 4.24 | 5.16 | 1.06 | - |
| YUV | 59.9 | 99.84 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 67 | 10 | 0.03 | 0 | 0.85 | 0.74 | 62.11 | 0.74 | 0.15 |
| Hex | 41 | 43 | A | 3 | 0 | 55 | 4A | 3E | 4A | F |
| Octal | 101 | 103 | 12 | 3 | 0 | 125 | 112 | 76 | 112 | 17 |
| Binary | 1000001 | 1000011 | 1010 | 11 | 0 | 1010101 | 1001010 | 111110 | 1001010 | 1111 |
Color Harmonies of #41430A
Complementary color
Monochromatic Colors of #41430A
Black with #41430A
Text Example
Text Example
White with #41430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41430A; }
p { color: rgb(65,67,10); }
H1.HeaderClassName
{
color: #41430A;
}
.AnyTagClassName
{
color: #41430A;
}
</style>
background-color css
<style>
a { background-color: #41430A; }
a { background-color: rgb(65,67,10); }
div.DivClassName
{
background-color: #41430A;
}
.BgClassName
{
background-color: #41430A;
}
</style>
border-color css
<style>
span { border-color: #41430A; }
span { border-color: rgb(65,67,10); }
td.TdClassName
{
border-color: #41430A;
}
.TagClassName
{
border-color: #41430A;
}
</style>