Shades of Bilbao #3F8236
Tints of Bilbao #3F8236
RGB
CMYK
RGB Variations
Color information
#3F8236 (or 0x3F8236) is known color: Bilbao. HEX triplet: 3F, 82 and 36. RGB value is (63,130,54). Sum of RGB (Red+Green+Blue) = 63+130+54=247 (32% of max value = 765). Red value is 63 (25% from 255 or 25.51% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 54 (21.48% from 255 or 21.86% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #3F8236 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F8236 is #C07DC9. Grayscale: #656565. Windows color (decimal): -12615114 or 3572287. OLE color: 3572287.
HSL color Cylindrical-coordinate representation of color #3F8236: hue angle of 112.89º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F8236 is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 130 | 54 | - |
| CMYK | 0.52 | 0 | 0.58 | 0.49 |
| HSL | 112.89º | 0.41% | 0.36% | - |
| HSV(B) | 112.89º | 0.58% | 0.51% | - |
| XYZ | 10.7 | 17.29 | 6.26 | - |
| YUV | 101.3 | 101.3 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 130 | 54 | 0.52 | 0 | 0.58 | 0.49 | 112.89 | 0.41 | 0.36 |
| Hex | 3F | 82 | 36 | 34 | 0 | 3A | 31 | 71 | 29 | 24 |
| Octal | 77 | 202 | 66 | 64 | 0 | 72 | 61 | 161 | 51 | 44 |
| Binary | 111111 | 10000010 | 110110 | 110100 | 0 | 111010 | 110001 | 1110001 | 101001 | 100100 |
Color Harmonies of #3F8236
Complementary color
Monochromatic Colors of #3F8236
Black with #3F8236
Text Example
Text Example
White with #3F8236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8236; }
p { color: rgb(63,130,54); }
H1.HeaderClassName
{
color: #3F8236;
}
.AnyTagClassName
{
color: #3F8236;
}
</style>
background-color css
<style>
a { background-color: #3F8236; }
a { background-color: rgb(63,130,54); }
div.DivClassName
{
background-color: #3F8236;
}
.BgClassName
{
background-color: #3F8236;
}
</style>
border-color css
<style>
span { border-color: #3F8236; }
span { border-color: rgb(63,130,54); }
td.TdClassName
{
border-color: #3F8236;
}
.TagClassName
{
border-color: #3F8236;
}
</style>