Shades of Bilbao #3E7E16
Tints of Bilbao #3E7E16
RGB
CMYK
RGB Variations
Color information
#3E7E16 (or 0x3E7E16) is known color: Bilbao. HEX triplet: 3E, 7E and 16. RGB value is (62,126,22). Sum of RGB (Red+Green+Blue) = 62+126+22=210 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.52% from 210); Green value is 126 (49.61% from 255 or 60% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 126 - color contains mainly: green. Hex color #3E7E16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7E16 is #C181E9. Grayscale: #5F5F5F. Windows color (decimal): -12681706 or 1474110. OLE color: 1474110.
HSL color Cylindrical-coordinate representation of color #3E7E16: hue angle of 96.92º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3E7E16 is Cyan = 0.51, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 126 | 22 | - |
| CMYK | 0.51 | 0 | 0.83 | 0.51 |
| HSL | 96.92º | 0.7% | 0.29% | - |
| HSV(B) | 96.92º | 0.83% | 0.49% | - |
| XYZ | 9.59 | 16 | 3.34 | - |
| YUV | 95.01 | 86.8 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 126 | 22 | 0.51 | 0 | 0.83 | 0.51 | 96.92 | 0.7 | 0.29 |
| Hex | 3E | 7E | 16 | 33 | 0 | 53 | 33 | 61 | 46 | 1D |
| Octal | 76 | 176 | 26 | 63 | 0 | 123 | 63 | 141 | 106 | 35 |
| Binary | 111110 | 1111110 | 10110 | 110011 | 0 | 1010011 | 110011 | 1100001 | 1000110 | 11101 |
Color Harmonies of #3E7E16
Complementary color
Monochromatic Colors of #3E7E16
Black with #3E7E16
Text Example
Text Example
White with #3E7E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7E16; }
p { color: rgb(62,126,22); }
H1.HeaderClassName
{
color: #3E7E16;
}
.AnyTagClassName
{
color: #3E7E16;
}
</style>
background-color css
<style>
a { background-color: #3E7E16; }
a { background-color: rgb(62,126,22); }
div.DivClassName
{
background-color: #3E7E16;
}
.BgClassName
{
background-color: #3E7E16;
}
</style>
border-color css
<style>
span { border-color: #3E7E16; }
span { border-color: rgb(62,126,22); }
td.TdClassName
{
border-color: #3E7E16;
}
.TagClassName
{
border-color: #3E7E16;
}
</style>