Shades of Bilbao #3F810E
Tints of Bilbao #3F810E
RGB
CMYK
RGB Variations
Color information
#3F810E (or 0x3F810E) is known color: Bilbao. HEX triplet: 3F, 81 and 0E. RGB value is (63,129,14). Sum of RGB (Red+Green+Blue) = 63+129+14=206 (27% of max value = 765). Red value is 63 (25% from 255 or 30.58% from 206); Green value is 129 (50.78% from 255 or 62.62% from 206); Blue value is 14 (5.86% from 255 or 6.80% from 206); Max value from RGB is 129 - color contains mainly: green. Hex color #3F810E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F810E is #C07EF1. Grayscale: #606060. Windows color (decimal): -12615410 or 950591. OLE color: 950591.
HSL color Cylindrical-coordinate representation of color #3F810E: hue angle of 94.43º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F810E is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 129 | 14 | - |
| CMYK | 0.51 | 0 | 0.89 | 0.49 |
| HSL | 94.43º | 0.8% | 0.28% | - |
| HSV(B) | 94.43º | 0.89% | 0.51% | - |
| XYZ | 9.98 | 16.79 | 3.13 | - |
| YUV | 96.16 | 81.63 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 129 | 14 | 0.51 | 0 | 0.89 | 0.49 | 94.43 | 0.8 | 0.28 |
| Hex | 3F | 81 | E | 33 | 0 | 59 | 31 | 5E | 50 | 1C |
| Octal | 77 | 201 | 16 | 63 | 0 | 131 | 61 | 136 | 120 | 34 |
| Binary | 111111 | 10000001 | 1110 | 110011 | 0 | 1011001 | 110001 | 1011110 | 1010000 | 11100 |
Color Harmonies of #3F810E
Complementary color
Monochromatic Colors of #3F810E
Black with #3F810E
Text Example
Text Example
White with #3F810E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F810E; }
p { color: rgb(63,129,14); }
H1.HeaderClassName
{
color: #3F810E;
}
.AnyTagClassName
{
color: #3F810E;
}
</style>
background-color css
<style>
a { background-color: #3F810E; }
a { background-color: rgb(63,129,14); }
div.DivClassName
{
background-color: #3F810E;
}
.BgClassName
{
background-color: #3F810E;
}
</style>
border-color css
<style>
span { border-color: #3F810E; }
span { border-color: rgb(63,129,14); }
td.TdClassName
{
border-color: #3F810E;
}
.TagClassName
{
border-color: #3F810E;
}
</style>