Shades of Verdun Green #42570F
Tints of Verdun Green #42570F
RGB
CMYK
RGB Variations
Color information
#42570F (or 0x42570F) is known color: Verdun Green. HEX triplet: 42, 57 and 0F. RGB value is (66,87,15). Sum of RGB (Red+Green+Blue) = 66+87+15=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 87 (34.38% from 255 or 51.79% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 87 - color contains mainly: green. Hex color #42570F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42570F is #BDA8F0. Grayscale: #484848. Windows color (decimal): -12429553 or 1005378. OLE color: 1005378.
HSL color Cylindrical-coordinate representation of color #42570F: hue angle of 77.5º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42570F is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 66 | 87 | 15 | - |
| CMYK | 0.24 | 0 | 0.83 | 0.66 |
| HSL | 77.5º | 0.71% | 0.2% | - |
| HSV(B) | 77.5º | 0.83% | 0.34% | - |
| XYZ | 5.74 | 8.01 | 1.7 | - |
| YUV | 72.51 | 95.54 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 87 | 15 | 0.24 | 0 | 0.83 | 0.66 | 77.5 | 0.71 | 0.2 |
| Hex | 42 | 57 | F | 18 | 0 | 53 | 42 | 4E | 47 | 14 |
| Octal | 102 | 127 | 17 | 30 | 0 | 123 | 102 | 116 | 107 | 24 |
| Binary | 1000010 | 1010111 | 1111 | 11000 | 0 | 1010011 | 1000010 | 1001110 | 1000111 | 10100 |
Color Harmonies of #42570F
Complementary color
Monochromatic Colors of #42570F
Black with #42570F
Text Example
Text Example
White with #42570F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42570F; }
p { color: rgb(66,87,15); }
H1.HeaderClassName
{
color: #42570F;
}
.AnyTagClassName
{
color: #42570F;
}
</style>
background-color css
<style>
a { background-color: #42570F; }
a { background-color: rgb(66,87,15); }
div.DivClassName
{
background-color: #42570F;
}
.BgClassName
{
background-color: #42570F;
}
</style>
border-color css
<style>
span { border-color: #42570F; }
span { border-color: rgb(66,87,15); }
td.TdClassName
{
border-color: #42570F;
}
.TagClassName
{
border-color: #42570F;
}
</style>