Shades of Bilbao #3E7817
Tints of Bilbao #3E7817
RGB
CMYK
RGB Variations
Color information
#3E7817 (or 0x3E7817) is known color: Bilbao. HEX triplet: 3E, 78 and 17. RGB value is (62,120,23). Sum of RGB (Red+Green+Blue) = 62+120+23=205 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.24% from 205); Green value is 120 (47.27% from 255 or 58.54% from 205); Blue value is 23 (9.38% from 255 or 11.22% from 205); Max value from RGB is 120 - color contains mainly: green. Hex color #3E7817 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7817 is #C187E8. Grayscale: #5B5B5B. Windows color (decimal): -12683241 or 1538110. OLE color: 1538110.
HSL color Cylindrical-coordinate representation of color #3E7817: hue angle of 95.88º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E7817 is Cyan = 0.48, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 120 | 23 | - |
| CMYK | 0.48 | 0 | 0.81 | 0.53 |
| HSL | 95.88º | 0.68% | 0.28% | - |
| HSV(B) | 95.88º | 0.81% | 0.47% | - |
| XYZ | 8.86 | 14.52 | 3.15 | - |
| YUV | 91.6 | 89.28 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 120 | 23 | 0.48 | 0 | 0.81 | 0.53 | 95.88 | 0.68 | 0.28 |
| Hex | 3E | 78 | 17 | 30 | 0 | 51 | 35 | 60 | 44 | 1C |
| Octal | 76 | 170 | 27 | 60 | 0 | 121 | 65 | 140 | 104 | 34 |
| Binary | 111110 | 1111000 | 10111 | 110000 | 0 | 1010001 | 110101 | 1100000 | 1000100 | 11100 |
Color Harmonies of #3E7817
Complementary color
Monochromatic Colors of #3E7817
Black with #3E7817
Text Example
Text Example
White with #3E7817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7817; }
p { color: rgb(62,120,23); }
H1.HeaderClassName
{
color: #3E7817;
}
.AnyTagClassName
{
color: #3E7817;
}
</style>
background-color css
<style>
a { background-color: #3E7817; }
a { background-color: rgb(62,120,23); }
div.DivClassName
{
background-color: #3E7817;
}
.BgClassName
{
background-color: #3E7817;
}
</style>
border-color css
<style>
span { border-color: #3E7817; }
span { border-color: rgb(62,120,23); }
td.TdClassName
{
border-color: #3E7817;
}
.TagClassName
{
border-color: #3E7817;
}
</style>