Shades of Bilbao #3F890D
Tints of Bilbao #3F890D
RGB
CMYK
RGB Variations
Color information
#3F890D (or 0x3F890D) is known color: Bilbao. HEX triplet: 3F, 89 and 0D. RGB value is (63,137,13). Sum of RGB (Red+Green+Blue) = 63+137+13=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 137 (53.91% from 255 or 64.32% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 137 - color contains mainly: green. Hex color #3F890D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F890D is #C076F2. Grayscale: #656565. Windows color (decimal): -12613363 or 887103. OLE color: 887103.
HSL color Cylindrical-coordinate representation of color #3F890D: hue angle of 95.81º degrees, saturation: 0.83, 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 #3F890D is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 137 | 13 | - |
| CMYK | 0.54 | 0 | 0.91 | 0.46 |
| HSL | 95.81º | 0.83% | 0.29% | - |
| HSV(B) | 95.81º | 0.91% | 0.54% | - |
| XYZ | 11.07 | 18.98 | 3.46 | - |
| YUV | 100.74 | 78.48 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 137 | 13 | 0.54 | 0 | 0.91 | 0.46 | 95.81 | 0.83 | 0.29 |
| Hex | 3F | 89 | D | 36 | 0 | 5B | 2E | 60 | 53 | 1D |
| Octal | 77 | 211 | 15 | 66 | 0 | 133 | 56 | 140 | 123 | 35 |
| Binary | 111111 | 10001001 | 1101 | 110110 | 0 | 1011011 | 101110 | 1100000 | 1010011 | 11101 |
Color Harmonies of #3F890D
Complementary color
Monochromatic Colors of #3F890D
Black with #3F890D
Text Example
Text Example
White with #3F890D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F890D; }
p { color: rgb(63,137,13); }
H1.HeaderClassName
{
color: #3F890D;
}
.AnyTagClassName
{
color: #3F890D;
}
</style>
background-color css
<style>
a { background-color: #3F890D; }
a { background-color: rgb(63,137,13); }
div.DivClassName
{
background-color: #3F890D;
}
.BgClassName
{
background-color: #3F890D;
}
</style>
border-color css
<style>
span { border-color: #3F890D; }
span { border-color: rgb(63,137,13); }
td.TdClassName
{
border-color: #3F890D;
}
.TagClassName
{
border-color: #3F890D;
}
</style>