Shades of Verdun Green #3F4A18
Tints of Verdun Green #3F4A18
RGB
CMYK
RGB Variations
Color information
#3F4A18 (or 0x3F4A18) is known color: Verdun Green. HEX triplet: 3F, 4A and 18. RGB value is (63,74,24). Sum of RGB (Red+Green+Blue) = 63+74+24=161 (21% of max value = 765). Red value is 63 (25% from 255 or 39.13% from 161); Green value is 74 (29.30% from 255 or 45.96% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 74 - color contains mainly: green. Hex color #3F4A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4A18 is #C0B5E7. Grayscale: #414141. Windows color (decimal): -12629480 or 1591871. OLE color: 1591871.
HSL color Cylindrical-coordinate representation of color #3F4A18: hue angle of 73.2º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F4A18 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 74 | 24 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.71 |
| HSL | 73.2º | 0.51% | 0.19% | - |
| HSV(B) | 73.2º | 0.68% | 0.29% | - |
| XYZ | 4.66 | 6.02 | 1.78 | - |
| YUV | 65.01 | 104.86 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 74 | 24 | 0.15 | 0 | 0.68 | 0.71 | 73.2 | 0.51 | 0.19 |
| Hex | 3F | 4A | 18 | F | 0 | 44 | 47 | 49 | 33 | 13 |
| Octal | 77 | 112 | 30 | 17 | 0 | 104 | 107 | 111 | 63 | 23 |
| Binary | 111111 | 1001010 | 11000 | 1111 | 0 | 1000100 | 1000111 | 1001001 | 110011 | 10011 |
Color Harmonies of #3F4A18
Complementary color
Monochromatic Colors of #3F4A18
Black with #3F4A18
Text Example
Text Example
White with #3F4A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4A18; }
p { color: rgb(63,74,24); }
H1.HeaderClassName
{
color: #3F4A18;
}
.AnyTagClassName
{
color: #3F4A18;
}
</style>
background-color css
<style>
a { background-color: #3F4A18; }
a { background-color: rgb(63,74,24); }
div.DivClassName
{
background-color: #3F4A18;
}
.BgClassName
{
background-color: #3F4A18;
}
</style>
border-color css
<style>
span { border-color: #3F4A18; }
span { border-color: rgb(63,74,24); }
td.TdClassName
{
border-color: #3F4A18;
}
.TagClassName
{
border-color: #3F4A18;
}
</style>