Shades of Verdun Green #42530E
Tints of Verdun Green #42530E
RGB
CMYK
RGB Variations
Color information
#42530E (or 0x42530E) is known color: Verdun Green. HEX triplet: 42, 53 and 0E. RGB value is (66,83,14). Sum of RGB (Red+Green+Blue) = 66+83+14=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 83 (32.81% from 255 or 50.92% from 163); Blue value is 14 (5.86% from 255 or 8.59% from 163); Max value from RGB is 83 - color contains mainly: green. Hex color #42530E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42530E is #BDACF1. Grayscale: #464646. Windows color (decimal): -12430578 or 938818. OLE color: 938818.
HSL color Cylindrical-coordinate representation of color #42530E: hue angle of 74.78º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42530E is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 83 | 14 | - |
| CMYK | 0.20 | 0 | 0.83 | 0.67 |
| HSL | 74.78º | 0.71% | 0.19% | - |
| HSV(B) | 74.78º | 0.83% | 0.33% | - |
| XYZ | 5.42 | 7.38 | 1.55 | - |
| YUV | 70.05 | 96.37 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 83 | 14 | 0.20 | 0 | 0.83 | 0.67 | 74.78 | 0.71 | 0.19 |
| Hex | 42 | 53 | E | 14 | 0 | 53 | 43 | 4B | 47 | 13 |
| Octal | 102 | 123 | 16 | 24 | 0 | 123 | 103 | 113 | 107 | 23 |
| Binary | 1000010 | 1010011 | 1110 | 10100 | 0 | 1010011 | 1000011 | 1001011 | 1000111 | 10011 |
Color Harmonies of #42530E
Complementary color
Monochromatic Colors of #42530E
Black with #42530E
Text Example
Text Example
White with #42530E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42530E; }
p { color: rgb(66,83,14); }
H1.HeaderClassName
{
color: #42530E;
}
.AnyTagClassName
{
color: #42530E;
}
</style>
background-color css
<style>
a { background-color: #42530E; }
a { background-color: rgb(66,83,14); }
div.DivClassName
{
background-color: #42530E;
}
.BgClassName
{
background-color: #42530E;
}
</style>
border-color css
<style>
span { border-color: #42530E; }
span { border-color: rgb(66,83,14); }
td.TdClassName
{
border-color: #42530E;
}
.TagClassName
{
border-color: #42530E;
}
</style>