Shades of Verdun Green #506702
Tints of Verdun Green #506702
RGB
CMYK
RGB Variations
Color information
#506702 (or 0x506702) is known color: Verdun Green. HEX triplet: 50, 67 and 02. RGB value is (80,103,2). Sum of RGB (Red+Green+Blue) = 80+103+2=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 103 (40.62% from 255 or 55.68% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 103 - color contains mainly: green. Hex color #506702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506702 is #AF98FD. Grayscale: #545454. Windows color (decimal): -11507966 or 157520. OLE color: 157520.
HSL color Cylindrical-coordinate representation of color #506702: hue angle of 73.66º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #506702 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 103 | 2 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.60 |
| HSL | 73.66º | 0.96% | 0.21% | - |
| HSV(B) | 73.66º | 0.98% | 0.4% | - |
| XYZ | 8.17 | 11.41 | 1.83 | - |
| YUV | 84.61 | 81.38 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 103 | 2 | 0.22 | 0 | 0.98 | 0.60 | 73.66 | 0.96 | 0.21 |
| Hex | 50 | 67 | 2 | 16 | 0 | 62 | 3C | 4A | 60 | 15 |
| Octal | 120 | 147 | 2 | 26 | 0 | 142 | 74 | 112 | 140 | 25 |
| Binary | 1010000 | 1100111 | 10 | 10110 | 0 | 1100010 | 111100 | 1001010 | 1100000 | 10101 |
Color Harmonies of #506702
Complementary color
Monochromatic Colors of #506702
Black with #506702
Text Example
Text Example
White with #506702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506702; }
p { color: rgb(80,103,2); }
H1.HeaderClassName
{
color: #506702;
}
.AnyTagClassName
{
color: #506702;
}
</style>
background-color css
<style>
a { background-color: #506702; }
a { background-color: rgb(80,103,2); }
div.DivClassName
{
background-color: #506702;
}
.BgClassName
{
background-color: #506702;
}
</style>
border-color css
<style>
span { border-color: #506702; }
span { border-color: rgb(80,103,2); }
td.TdClassName
{
border-color: #506702;
}
.TagClassName
{
border-color: #506702;
}
</style>