Shades of Bilbao #3E8802
Tints of Bilbao #3E8802
RGB
CMYK
RGB Variations
Color information
#3E8802 (or 0x3E8802) is known color: Bilbao. HEX triplet: 3E, 88 and 02. RGB value is (62,136,2). Sum of RGB (Red+Green+Blue) = 62+136+2=200 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31% from 200); Green value is 136 (53.52% from 255 or 68% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 136 - color contains mainly: green. Hex color #3E8802 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E8802 is #C177FD. Grayscale: #636363. Windows color (decimal): -12679166 or 165950. OLE color: 165950.
HSL color Cylindrical-coordinate representation of color #3E8802: hue angle of 93.13º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E8802 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 136 | 2 | - |
| CMYK | 0.54 | 0 | 0.99 | 0.47 |
| HSL | 93.13º | 0.97% | 0.27% | - |
| HSV(B) | 93.13º | 0.99% | 0.53% | - |
| XYZ | 10.8 | 18.64 | 3.09 | - |
| YUV | 98.6 | 73.48 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 136 | 2 | 0.54 | 0 | 0.99 | 0.47 | 93.13 | 0.97 | 0.27 |
| Hex | 3E | 88 | 2 | 36 | 0 | 63 | 2F | 5D | 61 | 1B |
| Octal | 76 | 210 | 2 | 66 | 0 | 143 | 57 | 135 | 141 | 33 |
| Binary | 111110 | 10001000 | 10 | 110110 | 0 | 1100011 | 101111 | 1011101 | 1100001 | 11011 |
Color Harmonies of #3E8802
Complementary color
Monochromatic Colors of #3E8802
Black with #3E8802
Text Example
Text Example
White with #3E8802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8802; }
p { color: rgb(62,136,2); }
H1.HeaderClassName
{
color: #3E8802;
}
.AnyTagClassName
{
color: #3E8802;
}
</style>
background-color css
<style>
a { background-color: #3E8802; }
a { background-color: rgb(62,136,2); }
div.DivClassName
{
background-color: #3E8802;
}
.BgClassName
{
background-color: #3E8802;
}
</style>
border-color css
<style>
span { border-color: #3E8802; }
span { border-color: rgb(62,136,2); }
td.TdClassName
{
border-color: #3E8802;
}
.TagClassName
{
border-color: #3E8802;
}
</style>