Shades of Bilbao #3E8306
Tints of Bilbao #3E8306
RGB
CMYK
RGB Variations
Color information
#3E8306 (or 0x3E8306) is known color: Bilbao. HEX triplet: 3E, 83 and 06. RGB value is (62,131,6). Sum of RGB (Red+Green+Blue) = 62+131+6=199 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.16% from 199); Green value is 131 (51.56% from 255 or 65.83% from 199); Blue value is 6 (2.73% from 255 or 3.02% from 199); Max value from RGB is 131 - color contains mainly: green. Hex color #3E8306 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E8306 is #C17CF9. Grayscale: #606060. Windows color (decimal): -12680442 or 426814. OLE color: 426814.
HSL color Cylindrical-coordinate representation of color #3E8306: hue angle of 93.12º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E8306 is Cyan = 0.53, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 131 | 6 | - |
| CMYK | 0.53 | 0 | 0.95 | 0.49 |
| HSL | 93.12º | 0.91% | 0.27% | - |
| HSV(B) | 93.12º | 0.95% | 0.51% | - |
| XYZ | 10.14 | 17.27 | 2.97 | - |
| YUV | 96.12 | 77.14 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 131 | 6 | 0.53 | 0 | 0.95 | 0.49 | 93.12 | 0.91 | 0.27 |
| Hex | 3E | 83 | 6 | 35 | 0 | 5F | 31 | 5D | 5B | 1B |
| Octal | 76 | 203 | 6 | 65 | 0 | 137 | 61 | 135 | 133 | 33 |
| Binary | 111110 | 10000011 | 110 | 110101 | 0 | 1011111 | 110001 | 1011101 | 1011011 | 11011 |
Color Harmonies of #3E8306
Complementary color
Monochromatic Colors of #3E8306
Black with #3E8306
Text Example
Text Example
White with #3E8306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8306; }
p { color: rgb(62,131,6); }
H1.HeaderClassName
{
color: #3E8306;
}
.AnyTagClassName
{
color: #3E8306;
}
</style>
background-color css
<style>
a { background-color: #3E8306; }
a { background-color: rgb(62,131,6); }
div.DivClassName
{
background-color: #3E8306;
}
.BgClassName
{
background-color: #3E8306;
}
</style>
border-color css
<style>
span { border-color: #3E8306; }
span { border-color: rgb(62,131,6); }
td.TdClassName
{
border-color: #3E8306;
}
.TagClassName
{
border-color: #3E8306;
}
</style>