Shades of Bilbao #3F8331
Tints of Bilbao #3F8331
RGB
CMYK
RGB Variations
Color information
#3F8331 (or 0x3F8331) is known color: Bilbao. HEX triplet: 3F, 83 and 31. RGB value is (63,131,49). Sum of RGB (Red+Green+Blue) = 63+131+49=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 131 (51.56% from 255 or 53.91% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 131 - color contains mainly: green. Hex color #3F8331 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F8331 is #C07CCE. Grayscale: #656565. Windows color (decimal): -12614863 or 3244863. OLE color: 3244863.
HSL color Cylindrical-coordinate representation of color #3F8331: hue angle of 109.76º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F8331 is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 131 | 49 | - |
| CMYK | 0.52 | 0 | 0.63 | 0.49 |
| HSL | 109.76º | 0.46% | 0.35% | - |
| HSV(B) | 109.76º | 0.63% | 0.51% | - |
| XYZ | 10.72 | 17.51 | 5.72 | - |
| YUV | 101.32 | 98.47 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 131 | 49 | 0.52 | 0 | 0.63 | 0.49 | 109.76 | 0.46 | 0.35 |
| Hex | 3F | 83 | 31 | 34 | 0 | 3F | 31 | 6E | 2E | 23 |
| Octal | 77 | 203 | 61 | 64 | 0 | 77 | 61 | 156 | 56 | 43 |
| Binary | 111111 | 10000011 | 110001 | 110100 | 0 | 111111 | 110001 | 1101110 | 101110 | 100011 |
Color Harmonies of #3F8331
Complementary color
Monochromatic Colors of #3F8331
Black with #3F8331
Text Example
Text Example
White with #3F8331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8331; }
p { color: rgb(63,131,49); }
H1.HeaderClassName
{
color: #3F8331;
}
.AnyTagClassName
{
color: #3F8331;
}
</style>
background-color css
<style>
a { background-color: #3F8331; }
a { background-color: rgb(63,131,49); }
div.DivClassName
{
background-color: #3F8331;
}
.BgClassName
{
background-color: #3F8331;
}
</style>
border-color css
<style>
span { border-color: #3F8331; }
span { border-color: rgb(63,131,49); }
td.TdClassName
{
border-color: #3F8331;
}
.TagClassName
{
border-color: #3F8331;
}
</style>