Shades of Bilbao #3E7816
Tints of Bilbao #3E7816
RGB
CMYK
RGB Variations
Color information
#3E7816 (or 0x3E7816) is known color: Bilbao. HEX triplet: 3E, 78 and 16. RGB value is (62,120,22). Sum of RGB (Red+Green+Blue) = 62+120+22=204 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.39% from 204); Green value is 120 (47.27% from 255 or 58.82% from 204); Blue value is 22 (8.98% from 255 or 10.78% from 204); Max value from RGB is 120 - color contains mainly: green. Hex color #3E7816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7816 is #C187E9. Grayscale: #5B5B5B. Windows color (decimal): -12683242 or 1472574. OLE color: 1472574.
HSL color Cylindrical-coordinate representation of color #3E7816: hue angle of 95.51º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E7816 is Cyan = 0.48, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 120 | 22 | - |
| CMYK | 0.48 | 0 | 0.82 | 0.53 |
| HSL | 95.51º | 0.69% | 0.28% | - |
| HSV(B) | 95.51º | 0.82% | 0.47% | - |
| XYZ | 8.85 | 14.52 | 3.09 | - |
| YUV | 91.49 | 88.78 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 120 | 22 | 0.48 | 0 | 0.82 | 0.53 | 95.51 | 0.69 | 0.28 |
| Hex | 3E | 78 | 16 | 30 | 0 | 52 | 35 | 60 | 45 | 1C |
| Octal | 76 | 170 | 26 | 60 | 0 | 122 | 65 | 140 | 105 | 34 |
| Binary | 111110 | 1111000 | 10110 | 110000 | 0 | 1010010 | 110101 | 1100000 | 1000101 | 11100 |
Color Harmonies of #3E7816
Complementary color
Monochromatic Colors of #3E7816
Black with #3E7816
Text Example
Text Example
White with #3E7816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7816; }
p { color: rgb(62,120,22); }
H1.HeaderClassName
{
color: #3E7816;
}
.AnyTagClassName
{
color: #3E7816;
}
</style>
background-color css
<style>
a { background-color: #3E7816; }
a { background-color: rgb(62,120,22); }
div.DivClassName
{
background-color: #3E7816;
}
.BgClassName
{
background-color: #3E7816;
}
</style>
border-color css
<style>
span { border-color: #3E7816; }
span { border-color: rgb(62,120,22); }
td.TdClassName
{
border-color: #3E7816;
}
.TagClassName
{
border-color: #3E7816;
}
</style>