Shades of Bilbao #3F810D
Tints of Bilbao #3F810D
RGB
CMYK
RGB Variations
Color information
#3F810D (or 0x3F810D) is known color: Bilbao. HEX triplet: 3F, 81 and 0D. RGB value is (63,129,13). Sum of RGB (Red+Green+Blue) = 63+129+13=205 (27% of max value = 765). Red value is 63 (25% from 255 or 30.73% from 205); Green value is 129 (50.78% from 255 or 62.93% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 129 - color contains mainly: green. Hex color #3F810D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F810D is #C07EF2. Grayscale: #606060. Windows color (decimal): -12615411 or 885055. OLE color: 885055.
HSL color Cylindrical-coordinate representation of color #3F810D: hue angle of 94.14º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F810D is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 129 | 13 | - |
| CMYK | 0.51 | 0 | 0.90 | 0.49 |
| HSL | 94.14º | 0.82% | 0.28% | - |
| HSV(B) | 94.14º | 0.9% | 0.51% | - |
| XYZ | 9.97 | 16.79 | 3.1 | - |
| YUV | 96.04 | 81.13 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 129 | 13 | 0.51 | 0 | 0.90 | 0.49 | 94.14 | 0.82 | 0.28 |
| Hex | 3F | 81 | D | 33 | 0 | 5A | 31 | 5E | 52 | 1C |
| Octal | 77 | 201 | 15 | 63 | 0 | 132 | 61 | 136 | 122 | 34 |
| Binary | 111111 | 10000001 | 1101 | 110011 | 0 | 1011010 | 110001 | 1011110 | 1010010 | 11100 |
Color Harmonies of #3F810D
Complementary color
Monochromatic Colors of #3F810D
Black with #3F810D
Text Example
Text Example
White with #3F810D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F810D; }
p { color: rgb(63,129,13); }
H1.HeaderClassName
{
color: #3F810D;
}
.AnyTagClassName
{
color: #3F810D;
}
</style>
background-color css
<style>
a { background-color: #3F810D; }
a { background-color: rgb(63,129,13); }
div.DivClassName
{
background-color: #3F810D;
}
.BgClassName
{
background-color: #3F810D;
}
</style>
border-color css
<style>
span { border-color: #3F810D; }
span { border-color: rgb(63,129,13); }
td.TdClassName
{
border-color: #3F810D;
}
.TagClassName
{
border-color: #3F810D;
}
</style>