Shades of Bilbao #3E890C
Tints of Bilbao #3E890C
RGB
CMYK
RGB Variations
Color information
#3E890C (or 0x3E890C) is known color: Bilbao. HEX triplet: 3E, 89 and 0C. RGB value is (62,137,12). Sum of RGB (Red+Green+Blue) = 62+137+12=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 137 (53.91% from 255 or 64.93% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 137 - color contains mainly: green. Hex color #3E890C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E890C is #C176F3. Grayscale: #646464. Windows color (decimal): -12678900 or 821566. OLE color: 821566.
HSL color Cylindrical-coordinate representation of color #3E890C: hue angle of 96º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3E890C is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 62 | 137 | 12 | - |
| CMYK | 0.55 | 0 | 0.91 | 0.46 |
| HSL | 96º | 0.84% | 0.29% | - |
| HSV(B) | 96º | 0.91% | 0.54% | - |
| XYZ | 11 | 18.94 | 3.42 | - |
| YUV | 100.33 | 78.15 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 137 | 12 | 0.55 | 0 | 0.91 | 0.46 | 96 | 0.84 | 0.29 |
| Hex | 3E | 89 | C | 37 | 0 | 5B | 2E | 60 | 54 | 1D |
| Octal | 76 | 211 | 14 | 67 | 0 | 133 | 56 | 140 | 124 | 35 |
| Binary | 111110 | 10001001 | 1100 | 110111 | 0 | 1011011 | 101110 | 1100000 | 1010100 | 11101 |
Color Harmonies of #3E890C
Complementary color
Monochromatic Colors of #3E890C
Black with #3E890C
Text Example
Text Example
White with #3E890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E890C; }
p { color: rgb(62,137,12); }
H1.HeaderClassName
{
color: #3E890C;
}
.AnyTagClassName
{
color: #3E890C;
}
</style>
background-color css
<style>
a { background-color: #3E890C; }
a { background-color: rgb(62,137,12); }
div.DivClassName
{
background-color: #3E890C;
}
.BgClassName
{
background-color: #3E890C;
}
</style>
border-color css
<style>
span { border-color: #3E890C; }
span { border-color: rgb(62,137,12); }
td.TdClassName
{
border-color: #3E890C;
}
.TagClassName
{
border-color: #3E890C;
}
</style>