Shades of Verdun Green #42650F
Tints of Verdun Green #42650F
RGB
CMYK
RGB Variations
Color information
#42650F (or 0x42650F) is known color: Verdun Green. HEX triplet: 42, 65 and 0F. RGB value is (66,101,15). Sum of RGB (Red+Green+Blue) = 66+101+15=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 101 (39.84% from 255 or 55.49% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 101 - color contains mainly: green. Hex color #42650F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42650F is #BD9AF0. Grayscale: #515151. Windows color (decimal): -12425969 or 1008962. OLE color: 1008962.
HSL color Cylindrical-coordinate representation of color #42650F: hue angle of 84.42º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42650F is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 66 | 101 | 15 | - |
| CMYK | 0.35 | 0 | 0.85 | 0.60 |
| HSL | 84.42º | 0.74% | 0.23% | - |
| HSV(B) | 84.42º | 0.85% | 0.4% | - |
| XYZ | 6.99 | 10.5 | 2.11 | - |
| YUV | 80.73 | 90.9 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 101 | 15 | 0.35 | 0 | 0.85 | 0.60 | 84.42 | 0.74 | 0.23 |
| Hex | 42 | 65 | F | 23 | 0 | 55 | 3C | 54 | 4A | 17 |
| Octal | 102 | 145 | 17 | 43 | 0 | 125 | 74 | 124 | 112 | 27 |
| Binary | 1000010 | 1100101 | 1111 | 100011 | 0 | 1010101 | 111100 | 1010100 | 1001010 | 10111 |
Color Harmonies of #42650F
Complementary color
Monochromatic Colors of #42650F
Black with #42650F
Text Example
Text Example
White with #42650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42650F; }
p { color: rgb(66,101,15); }
H1.HeaderClassName
{
color: #42650F;
}
.AnyTagClassName
{
color: #42650F;
}
</style>
background-color css
<style>
a { background-color: #42650F; }
a { background-color: rgb(66,101,15); }
div.DivClassName
{
background-color: #42650F;
}
.BgClassName
{
background-color: #42650F;
}
</style>
border-color css
<style>
span { border-color: #42650F; }
span { border-color: rgb(66,101,15); }
td.TdClassName
{
border-color: #42650F;
}
.TagClassName
{
border-color: #42650F;
}
</style>