Shades of Bilbao #3E881A
Tints of Bilbao #3E881A
RGB
CMYK
RGB Variations
Color information
#3E881A (or 0x3E881A) is known color: Bilbao. HEX triplet: 3E, 88 and 1A. RGB value is (62,136,26). Sum of RGB (Red+Green+Blue) = 62+136+26=224 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.68% from 224); Green value is 136 (53.52% from 255 or 60.71% from 224); Blue value is 26 (10.55% from 255 or 11.61% from 224); Max value from RGB is 136 - color contains mainly: green. Hex color #3E881A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E881A is #C177E5. Grayscale: #656565. Windows color (decimal): -12679142 or 1738814. OLE color: 1738814.
HSL color Cylindrical-coordinate representation of color #3E881A: hue angle of 100.36º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E881A is Cyan = 0.54, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 136 | 26 | - |
| CMYK | 0.54 | 0 | 0.81 | 0.47 |
| HSL | 100.36º | 0.68% | 0.32% | - |
| HSV(B) | 100.36º | 0.81% | 0.53% | - |
| XYZ | 10.98 | 18.71 | 4.01 | - |
| YUV | 101.33 | 85.48 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 136 | 26 | 0.54 | 0 | 0.81 | 0.47 | 100.36 | 0.68 | 0.32 |
| Hex | 3E | 88 | 1A | 36 | 0 | 51 | 2F | 64 | 44 | 20 |
| Octal | 76 | 210 | 32 | 66 | 0 | 121 | 57 | 144 | 104 | 40 |
| Binary | 111110 | 10001000 | 11010 | 110110 | 0 | 1010001 | 101111 | 1100100 | 1000100 | 100000 |
Color Harmonies of #3E881A
Complementary color
Monochromatic Colors of #3E881A
Black with #3E881A
Text Example
Text Example
White with #3E881A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E881A; }
p { color: rgb(62,136,26); }
H1.HeaderClassName
{
color: #3E881A;
}
.AnyTagClassName
{
color: #3E881A;
}
</style>
background-color css
<style>
a { background-color: #3E881A; }
a { background-color: rgb(62,136,26); }
div.DivClassName
{
background-color: #3E881A;
}
.BgClassName
{
background-color: #3E881A;
}
</style>
border-color css
<style>
span { border-color: #3E881A; }
span { border-color: rgb(62,136,26); }
td.TdClassName
{
border-color: #3E881A;
}
.TagClassName
{
border-color: #3E881A;
}
</style>