Shades of Bilbao #3F7B13
Tints of Bilbao #3F7B13
RGB
CMYK
RGB Variations
Color information
#3F7B13 (or 0x3F7B13) is known color: Bilbao. HEX triplet: 3F, 7B and 13. RGB value is (63,123,19). Sum of RGB (Red+Green+Blue) = 63+123+19=205 (27% of max value = 765). Red value is 63 (25% from 255 or 30.73% from 205); Green value is 123 (48.44% from 255 or 60% from 205); Blue value is 19 (7.81% from 255 or 9.27% from 205); Max value from RGB is 123 - color contains mainly: green. Hex color #3F7B13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7B13 is #C084EC. Grayscale: #5D5D5D. Windows color (decimal): -12616941 or 1276735. OLE color: 1276735.
HSL color Cylindrical-coordinate representation of color #3F7B13: hue angle of 94.62º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3F7B13 is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 123 | 19 | - |
| CMYK | 0.49 | 0 | 0.85 | 0.52 |
| HSL | 94.62º | 0.73% | 0.28% | - |
| HSV(B) | 94.62º | 0.85% | 0.48% | - |
| XYZ | 9.25 | 15.27 | 3.08 | - |
| YUV | 93.2 | 86.12 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 123 | 19 | 0.49 | 0 | 0.85 | 0.52 | 94.62 | 0.73 | 0.28 |
| Hex | 3F | 7B | 13 | 31 | 0 | 55 | 34 | 5F | 49 | 1C |
| Octal | 77 | 173 | 23 | 61 | 0 | 125 | 64 | 137 | 111 | 34 |
| Binary | 111111 | 1111011 | 10011 | 110001 | 0 | 1010101 | 110100 | 1011111 | 1001001 | 11100 |
Color Harmonies of #3F7B13
Complementary color
Monochromatic Colors of #3F7B13
Black with #3F7B13
Text Example
Text Example
White with #3F7B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7B13; }
p { color: rgb(63,123,19); }
H1.HeaderClassName
{
color: #3F7B13;
}
.AnyTagClassName
{
color: #3F7B13;
}
</style>
background-color css
<style>
a { background-color: #3F7B13; }
a { background-color: rgb(63,123,19); }
div.DivClassName
{
background-color: #3F7B13;
}
.BgClassName
{
background-color: #3F7B13;
}
</style>
border-color css
<style>
span { border-color: #3F7B13; }
span { border-color: rgb(63,123,19); }
td.TdClassName
{
border-color: #3F7B13;
}
.TagClassName
{
border-color: #3F7B13;
}
</style>