Shades of Bilbao #3E8208
Tints of Bilbao #3E8208
RGB
CMYK
RGB Variations
Color information
#3E8208 (or 0x3E8208) is known color: Bilbao. HEX triplet: 3E, 82 and 08. RGB value is (62,130,8). Sum of RGB (Red+Green+Blue) = 62+130+8=200 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31% from 200); Green value is 130 (51.17% from 255 or 65% from 200); Blue value is 8 (3.52% from 255 or 4% from 200); Max value from RGB is 130 - color contains mainly: green. Hex color #3E8208 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E8208 is #C17DF7. Grayscale: #606060. Windows color (decimal): -12680696 or 557630. OLE color: 557630.
HSL color Cylindrical-coordinate representation of color #3E8208: hue angle of 93.44º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E8208 is Cyan = 0.52, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 130 | 8 | - |
| CMYK | 0.52 | 0 | 0.94 | 0.49 |
| HSL | 93.44º | 0.88% | 0.27% | - |
| HSV(B) | 93.44º | 0.94% | 0.51% | - |
| XYZ | 10.01 | 17.01 | 2.98 | - |
| YUV | 95.76 | 78.47 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 130 | 8 | 0.52 | 0 | 0.94 | 0.49 | 93.44 | 0.88 | 0.27 |
| Hex | 3E | 82 | 8 | 34 | 0 | 5E | 31 | 5D | 58 | 1B |
| Octal | 76 | 202 | 10 | 64 | 0 | 136 | 61 | 135 | 130 | 33 |
| Binary | 111110 | 10000010 | 1000 | 110100 | 0 | 1011110 | 110001 | 1011101 | 1011000 | 11011 |
Color Harmonies of #3E8208
Complementary color
Monochromatic Colors of #3E8208
Black with #3E8208
Text Example
Text Example
White with #3E8208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8208; }
p { color: rgb(62,130,8); }
H1.HeaderClassName
{
color: #3E8208;
}
.AnyTagClassName
{
color: #3E8208;
}
</style>
background-color css
<style>
a { background-color: #3E8208; }
a { background-color: rgb(62,130,8); }
div.DivClassName
{
background-color: #3E8208;
}
.BgClassName
{
background-color: #3E8208;
}
</style>
border-color css
<style>
span { border-color: #3E8208; }
span { border-color: rgb(62,130,8); }
td.TdClassName
{
border-color: #3E8208;
}
.TagClassName
{
border-color: #3E8208;
}
</style>