Shades of Bilbao #3F8521
Tints of Bilbao #3F8521
RGB
CMYK
RGB Variations
Color information
#3F8521 (or 0x3F8521) is known color: Bilbao. HEX triplet: 3F, 85 and 21. RGB value is (63,133,33). Sum of RGB (Red+Green+Blue) = 63+133+33=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 133 (52.34% from 255 or 58.08% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 133 - color contains mainly: green. Hex color #3F8521 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F8521 is #C07ADE. Grayscale: #656565. Windows color (decimal): -12614367 or 2196799. OLE color: 2196799.
HSL color Cylindrical-coordinate representation of color #3F8521: hue angle of 102º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F8521 is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 63 | 133 | 33 | - |
| CMYK | 0.53 | 0 | 0.75 | 0.48 |
| HSL | 102º | 0.6% | 0.33% | - |
| HSV(B) | 102º | 0.75% | 0.52% | - |
| XYZ | 10.71 | 17.94 | 4.34 | - |
| YUV | 100.67 | 89.81 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 133 | 33 | 0.53 | 0 | 0.75 | 0.48 | 102 | 0.6 | 0.33 |
| Hex | 3F | 85 | 21 | 35 | 0 | 4B | 30 | 66 | 3C | 21 |
| Octal | 77 | 205 | 41 | 65 | 0 | 113 | 60 | 146 | 74 | 41 |
| Binary | 111111 | 10000101 | 100001 | 110101 | 0 | 1001011 | 110000 | 1100110 | 111100 | 100001 |
Color Harmonies of #3F8521
Complementary color
Monochromatic Colors of #3F8521
Black with #3F8521
Text Example
Text Example
White with #3F8521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8521; }
p { color: rgb(63,133,33); }
H1.HeaderClassName
{
color: #3F8521;
}
.AnyTagClassName
{
color: #3F8521;
}
</style>
background-color css
<style>
a { background-color: #3F8521; }
a { background-color: rgb(63,133,33); }
div.DivClassName
{
background-color: #3F8521;
}
.BgClassName
{
background-color: #3F8521;
}
</style>
border-color css
<style>
span { border-color: #3F8521; }
span { border-color: rgb(63,133,33); }
td.TdClassName
{
border-color: #3F8521;
}
.TagClassName
{
border-color: #3F8521;
}
</style>