Shades of Bilbao #3F8133
Tints of Bilbao #3F8133
RGB
CMYK
RGB Variations
Color information
#3F8133 (or 0x3F8133) is known color: Bilbao. HEX triplet: 3F, 81 and 33. RGB value is (63,129,51). Sum of RGB (Red+Green+Blue) = 63+129+51=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 129 (50.78% from 255 or 53.09% from 243); Blue value is 51 (20.31% from 255 or 20.99% from 243); Max value from RGB is 129 - color contains mainly: green. Hex color #3F8133 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F8133 is #C07ECC. Grayscale: #646464. Windows color (decimal): -12615373 or 3375423. OLE color: 3375423.
HSL color Cylindrical-coordinate representation of color #3F8133: hue angle of 110.77º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F8133 is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 129 | 51 | - |
| CMYK | 0.51 | 0 | 0.60 | 0.49 |
| HSL | 110.77º | 0.43% | 0.35% | - |
| HSV(B) | 110.77º | 0.6% | 0.51% | - |
| XYZ | 10.5 | 17 | 5.86 | - |
| YUV | 100.37 | 100.13 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 129 | 51 | 0.51 | 0 | 0.60 | 0.49 | 110.77 | 0.43 | 0.35 |
| Hex | 3F | 81 | 33 | 33 | 0 | 3C | 31 | 6F | 2B | 23 |
| Octal | 77 | 201 | 63 | 63 | 0 | 74 | 61 | 157 | 53 | 43 |
| Binary | 111111 | 10000001 | 110011 | 110011 | 0 | 111100 | 110001 | 1101111 | 101011 | 100011 |
Color Harmonies of #3F8133
Complementary color
Monochromatic Colors of #3F8133
Black with #3F8133
Text Example
Text Example
White with #3F8133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8133; }
p { color: rgb(63,129,51); }
H1.HeaderClassName
{
color: #3F8133;
}
.AnyTagClassName
{
color: #3F8133;
}
</style>
background-color css
<style>
a { background-color: #3F8133; }
a { background-color: rgb(63,129,51); }
div.DivClassName
{
background-color: #3F8133;
}
.BgClassName
{
background-color: #3F8133;
}
</style>
border-color css
<style>
span { border-color: #3F8133; }
span { border-color: rgb(63,129,51); }
td.TdClassName
{
border-color: #3F8133;
}
.TagClassName
{
border-color: #3F8133;
}
</style>