Shades of Verdun Green #42540F
Tints of Verdun Green #42540F
RGB
CMYK
RGB Variations
Color information
#42540F (or 0x42540F) is known color: Verdun Green. HEX triplet: 42, 54 and 0F. RGB value is (66,84,15). Sum of RGB (Red+Green+Blue) = 66+84+15=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 84 (33.20% from 255 or 50.91% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 84 - color contains mainly: green. Hex color #42540F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42540F is #BDABF0. Grayscale: #474747. Windows color (decimal): -12430321 or 1004610. OLE color: 1004610.
HSL color Cylindrical-coordinate representation of color #42540F: hue angle of 75.65º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42540F is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 84 | 15 | - |
| CMYK | 0.21 | 0 | 0.82 | 0.67 |
| HSL | 75.65º | 0.7% | 0.19% | - |
| HSV(B) | 75.65º | 0.82% | 0.33% | - |
| XYZ | 5.5 | 7.53 | 1.62 | - |
| YUV | 70.75 | 96.54 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 84 | 15 | 0.21 | 0 | 0.82 | 0.67 | 75.65 | 0.7 | 0.19 |
| Hex | 42 | 54 | F | 15 | 0 | 52 | 43 | 4C | 46 | 13 |
| Octal | 102 | 124 | 17 | 25 | 0 | 122 | 103 | 114 | 106 | 23 |
| Binary | 1000010 | 1010100 | 1111 | 10101 | 0 | 1010010 | 1000011 | 1001100 | 1000110 | 10011 |
Color Harmonies of #42540F
Complementary color
Monochromatic Colors of #42540F
Black with #42540F
Text Example
Text Example
White with #42540F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42540F; }
p { color: rgb(66,84,15); }
H1.HeaderClassName
{
color: #42540F;
}
.AnyTagClassName
{
color: #42540F;
}
</style>
background-color css
<style>
a { background-color: #42540F; }
a { background-color: rgb(66,84,15); }
div.DivClassName
{
background-color: #42540F;
}
.BgClassName
{
background-color: #42540F;
}
</style>
border-color css
<style>
span { border-color: #42540F; }
span { border-color: rgb(66,84,15); }
td.TdClassName
{
border-color: #42540F;
}
.TagClassName
{
border-color: #42540F;
}
</style>