Shades of Bilbao #3F8401
Tints of Bilbao #3F8401
RGB
CMYK
RGB Variations
Color information
#3F8401 (or 0x3F8401) is known color: Bilbao. HEX triplet: 3F, 84 and 01. RGB value is (63,132,1). Sum of RGB (Red+Green+Blue) = 63+132+1=196 (25% of max value = 765). Red value is 63 (25% from 255 or 32.14% from 196); Green value is 132 (51.95% from 255 or 67.35% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 132 - color contains mainly: green. Hex color #3F8401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F8401 is #C07BFE. Grayscale: #606060. Windows color (decimal): -12614655 or 99391. OLE color: 99391.
HSL color Cylindrical-coordinate representation of color #3F8401: hue angle of 91.6º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F8401 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 63 | 132 | 1 | - |
| CMYK | 0.52 | 0 | 0.99 | 0.48 |
| HSL | 91.6º | 0.98% | 0.26% | - |
| HSV(B) | 91.6º | 0.99% | 0.52% | - |
| XYZ | 10.31 | 17.56 | 2.88 | - |
| YUV | 96.44 | 74.14 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 132 | 1 | 0.52 | 0 | 0.99 | 0.48 | 91.6 | 0.98 | 0.26 |
| Hex | 3F | 84 | 1 | 34 | 0 | 63 | 30 | 5C | 62 | 1A |
| Octal | 77 | 204 | 1 | 64 | 0 | 143 | 60 | 134 | 142 | 32 |
| Binary | 111111 | 10000100 | 1 | 110100 | 0 | 1100011 | 110000 | 1011100 | 1100010 | 11010 |
Color Harmonies of #3F8401
Complementary color
Monochromatic Colors of #3F8401
Black with #3F8401
Text Example
Text Example
White with #3F8401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8401; }
p { color: rgb(63,132,1); }
H1.HeaderClassName
{
color: #3F8401;
}
.AnyTagClassName
{
color: #3F8401;
}
</style>
background-color css
<style>
a { background-color: #3F8401; }
a { background-color: rgb(63,132,1); }
div.DivClassName
{
background-color: #3F8401;
}
.BgClassName
{
background-color: #3F8401;
}
</style>
border-color css
<style>
span { border-color: #3F8401; }
span { border-color: rgb(63,132,1); }
td.TdClassName
{
border-color: #3F8401;
}
.TagClassName
{
border-color: #3F8401;
}
</style>