Shades of Bilbao #3F8312
Tints of Bilbao #3F8312
RGB
CMYK
RGB Variations
Color information
#3F8312 (or 0x3F8312) is known color: Bilbao. HEX triplet: 3F, 83 and 12. RGB value is (63,131,18). Sum of RGB (Red+Green+Blue) = 63+131+18=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 131 (51.56% from 255 or 61.79% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 131 - color contains mainly: green. Hex color #3F8312 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F8312 is #C07CED. Grayscale: #626262. Windows color (decimal): -12614894 or 1213247. OLE color: 1213247.
HSL color Cylindrical-coordinate representation of color #3F8312: hue angle of 96.11º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F8312 is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 131 | 18 | - |
| CMYK | 0.52 | 0 | 0.86 | 0.49 |
| HSL | 96.11º | 0.76% | 0.29% | - |
| HSV(B) | 96.11º | 0.86% | 0.51% | - |
| XYZ | 10.28 | 17.33 | 3.38 | - |
| YUV | 97.79 | 82.97 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 131 | 18 | 0.52 | 0 | 0.86 | 0.49 | 96.11 | 0.76 | 0.29 |
| Hex | 3F | 83 | 12 | 34 | 0 | 56 | 31 | 60 | 4C | 1D |
| Octal | 77 | 203 | 22 | 64 | 0 | 126 | 61 | 140 | 114 | 35 |
| Binary | 111111 | 10000011 | 10010 | 110100 | 0 | 1010110 | 110001 | 1100000 | 1001100 | 11101 |
Color Harmonies of #3F8312
Complementary color
Monochromatic Colors of #3F8312
Black with #3F8312
Text Example
Text Example
White with #3F8312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8312; }
p { color: rgb(63,131,18); }
H1.HeaderClassName
{
color: #3F8312;
}
.AnyTagClassName
{
color: #3F8312;
}
</style>
background-color css
<style>
a { background-color: #3F8312; }
a { background-color: rgb(63,131,18); }
div.DivClassName
{
background-color: #3F8312;
}
.BgClassName
{
background-color: #3F8312;
}
</style>
border-color css
<style>
span { border-color: #3F8312; }
span { border-color: rgb(63,131,18); }
td.TdClassName
{
border-color: #3F8312;
}
.TagClassName
{
border-color: #3F8312;
}
</style>