Shades of Verdun Green #427202
Tints of Verdun Green #427202
RGB
CMYK
RGB Variations
Color information
#427202 (or 0x427202) is known color: Verdun Green. HEX triplet: 42, 72 and 02. RGB value is (66,114,2). Sum of RGB (Red+Green+Blue) = 66+114+2=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 114 (44.92% from 255 or 62.64% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 114 - color contains mainly: green. Hex color #427202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427202 is #BD8DFD. Grayscale: #575757. Windows color (decimal): -12422654 or 160322. OLE color: 160322.
HSL color Cylindrical-coordinate representation of color #427202: hue angle of 85.71º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #427202 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 114 | 2 | - |
| CMYK | 0.42 | 0 | 0.98 | 0.55 |
| HSL | 85.71º | 0.97% | 0.23% | - |
| HSV(B) | 85.71º | 0.98% | 0.45% | - |
| XYZ | 8.28 | 13.2 | 2.17 | - |
| YUV | 86.88 | 80.1 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 114 | 2 | 0.42 | 0 | 0.98 | 0.55 | 85.71 | 0.97 | 0.23 |
| Hex | 42 | 72 | 2 | 2A | 0 | 62 | 37 | 56 | 61 | 17 |
| Octal | 102 | 162 | 2 | 52 | 0 | 142 | 67 | 126 | 141 | 27 |
| Binary | 1000010 | 1110010 | 10 | 101010 | 0 | 1100010 | 110111 | 1010110 | 1100001 | 10111 |
Color Harmonies of #427202
Complementary color
Monochromatic Colors of #427202
Black with #427202
Text Example
Text Example
White with #427202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427202; }
p { color: rgb(66,114,2); }
H1.HeaderClassName
{
color: #427202;
}
.AnyTagClassName
{
color: #427202;
}
</style>
background-color css
<style>
a { background-color: #427202; }
a { background-color: rgb(66,114,2); }
div.DivClassName
{
background-color: #427202;
}
.BgClassName
{
background-color: #427202;
}
</style>
border-color css
<style>
span { border-color: #427202; }
span { border-color: rgb(66,114,2); }
td.TdClassName
{
border-color: #427202;
}
.TagClassName
{
border-color: #427202;
}
</style>