Shades of Bilbao #3E8A00
Tints of Bilbao #3E8A00
RGB
CMYK
RGB Variations
Color information
#3E8A00 (or 0x3E8A00) is known color: Bilbao. HEX triplet: 3E, 8A and 00. RGB value is (62,138,0). Sum of RGB (Red+Green+Blue) = 62+138+0=200 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31% from 200); Green value is 138 (54.30% from 255 or 69% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 138 - color contains mainly: green. Hex color #3E8A00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E8A00 is #C175FF. Grayscale: #646464. Windows color (decimal): -12678656 or 35390. OLE color: 35390.
HSL color Cylindrical-coordinate representation of color #3E8A00: hue angle of 93.04º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E8A00 is Cyan = 0.55, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 62 | 138 | 0 | - |
| CMYK | 0.55 | 0 | 1 | 0.46 |
| HSL | 93.04º | 1% | 0.27% | - |
| HSV(B) | 93.04º | 1% | 0.54% | - |
| XYZ | 11.08 | 19.2 | 3.12 | - |
| YUV | 99.54 | 71.82 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 138 | 0 | 0.55 | 0 | 1 | 0.46 | 93.04 | 1 | 0.27 |
| Hex | 3E | 8A | 0 | 37 | 0 | 64 | 2E | 5D | 64 | 1B |
| Octal | 76 | 212 | 0 | 67 | 0 | 144 | 56 | 135 | 144 | 33 |
| Binary | 111110 | 10001010 | 0 | 110111 | 0 | 1100100 | 101110 | 1011101 | 1100100 | 11011 |
Color Harmonies of #3E8A00
Complementary color
Monochromatic Colors of #3E8A00
Black with #3E8A00
Text Example
Text Example
White with #3E8A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8A00; }
p { color: rgb(62,138,0); }
H1.HeaderClassName
{
color: #3E8A00;
}
.AnyTagClassName
{
color: #3E8A00;
}
</style>
background-color css
<style>
a { background-color: #3E8A00; }
a { background-color: rgb(62,138,0); }
div.DivClassName
{
background-color: #3E8A00;
}
.BgClassName
{
background-color: #3E8A00;
}
</style>
border-color css
<style>
span { border-color: #3E8A00; }
span { border-color: rgb(62,138,0); }
td.TdClassName
{
border-color: #3E8A00;
}
.TagClassName
{
border-color: #3E8A00;
}
</style>