Shades of Verdun Green #42660F
Tints of Verdun Green #42660F
RGB
CMYK
RGB Variations
Color information
#42660F (or 0x42660F) is known color: Verdun Green. HEX triplet: 42, 66 and 0F. RGB value is (66,102,15). Sum of RGB (Red+Green+Blue) = 66+102+15=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 102 (40.23% from 255 or 55.74% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 102 - color contains mainly: green. Hex color #42660F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42660F is #BD99F0. Grayscale: #515151. Windows color (decimal): -12425713 or 1009218. OLE color: 1009218.
HSL color Cylindrical-coordinate representation of color #42660F: hue angle of 84.83º 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 #42660F is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 66 | 102 | 15 | - |
| CMYK | 0.35 | 0 | 0.85 | 0.6 |
| HSL | 84.83º | 0.74% | 0.23% | - |
| HSV(B) | 84.83º | 0.85% | 0.4% | - |
| XYZ | 7.08 | 10.7 | 2.14 | - |
| YUV | 81.32 | 90.57 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 102 | 15 | 0.35 | 0 | 0.85 | 0.6 | 84.83 | 0.74 | 0.23 |
| Hex | 42 | 66 | F | 23 | 0 | 55 | 3C | 55 | 4A | 17 |
| Octal | 102 | 146 | 17 | 43 | 0 | 125 | 74 | 125 | 112 | 27 |
| Binary | 1000010 | 1100110 | 1111 | 100011 | 0 | 1010101 | 111100 | 1010101 | 1001010 | 10111 |
Color Harmonies of #42660F
Complementary color
Monochromatic Colors of #42660F
Black with #42660F
Text Example
Text Example
White with #42660F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42660F; }
p { color: rgb(66,102,15); }
H1.HeaderClassName
{
color: #42660F;
}
.AnyTagClassName
{
color: #42660F;
}
</style>
background-color css
<style>
a { background-color: #42660F; }
a { background-color: rgb(66,102,15); }
div.DivClassName
{
background-color: #42660F;
}
.BgClassName
{
background-color: #42660F;
}
</style>
border-color css
<style>
span { border-color: #42660F; }
span { border-color: rgb(66,102,15); }
td.TdClassName
{
border-color: #42660F;
}
.TagClassName
{
border-color: #42660F;
}
</style>