Shades of Bilbao #3F7E04
Tints of Bilbao #3F7E04
RGB
CMYK
RGB Variations
Color information
#3F7E04 (or 0x3F7E04) is known color: Bilbao. HEX triplet: 3F, 7E and 04. RGB value is (63,126,4). Sum of RGB (Red+Green+Blue) = 63+126+4=193 (25% of max value = 765). Red value is 63 (25% from 255 or 32.64% from 193); Green value is 126 (49.61% from 255 or 65.28% from 193); Blue value is 4 (1.95% from 255 or 2.07% from 193); Max value from RGB is 126 - color contains mainly: green. Hex color #3F7E04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7E04 is #C081FB. Grayscale: #5D5D5D. Windows color (decimal): -12616188 or 294463. OLE color: 294463.
HSL color Cylindrical-coordinate representation of color #3F7E04: hue angle of 90.98º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F7E04 is Cyan = 0.50, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 126 | 4 | - |
| CMYK | 0.50 | 0 | 0.97 | 0.51 |
| HSL | 90.98º | 0.94% | 0.25% | - |
| HSV(B) | 90.98º | 0.97% | 0.49% | - |
| XYZ | 9.53 | 15.99 | 2.7 | - |
| YUV | 93.26 | 77.63 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 126 | 4 | 0.50 | 0 | 0.97 | 0.51 | 90.98 | 0.94 | 0.25 |
| Hex | 3F | 7E | 4 | 32 | 0 | 61 | 33 | 5B | 5E | 19 |
| Octal | 77 | 176 | 4 | 62 | 0 | 141 | 63 | 133 | 136 | 31 |
| Binary | 111111 | 1111110 | 100 | 110010 | 0 | 1100001 | 110011 | 1011011 | 1011110 | 11001 |
Color Harmonies of #3F7E04
Complementary color
Monochromatic Colors of #3F7E04
Black with #3F7E04
Text Example
Text Example
White with #3F7E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7E04; }
p { color: rgb(63,126,4); }
H1.HeaderClassName
{
color: #3F7E04;
}
.AnyTagClassName
{
color: #3F7E04;
}
</style>
background-color css
<style>
a { background-color: #3F7E04; }
a { background-color: rgb(63,126,4); }
div.DivClassName
{
background-color: #3F7E04;
}
.BgClassName
{
background-color: #3F7E04;
}
</style>
border-color css
<style>
span { border-color: #3F7E04; }
span { border-color: rgb(63,126,4); }
td.TdClassName
{
border-color: #3F7E04;
}
.TagClassName
{
border-color: #3F7E04;
}
</style>