Shades of Bilbao #3F7A13
Tints of Bilbao #3F7A13
RGB
CMYK
RGB Variations
Color information
#3F7A13 (or 0x3F7A13) is known color: Bilbao. HEX triplet: 3F, 7A and 13. RGB value is (63,122,19). Sum of RGB (Red+Green+Blue) = 63+122+19=204 (27% of max value = 765). Red value is 63 (25% from 255 or 30.88% from 204); Green value is 122 (48.05% from 255 or 59.80% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 122 - color contains mainly: green. Hex color #3F7A13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7A13 is #C085EC. Grayscale: #5C5C5C. Windows color (decimal): -12617197 or 1276479. OLE color: 1276479.
HSL color Cylindrical-coordinate representation of color #3F7A13: hue angle of 94.37º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F7A13 is Cyan = 0.48, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 122 | 19 | - |
| CMYK | 0.48 | 0 | 0.84 | 0.52 |
| HSL | 94.37º | 0.73% | 0.28% | - |
| HSV(B) | 94.37º | 0.84% | 0.48% | - |
| XYZ | 9.13 | 15.02 | 3.03 | - |
| YUV | 92.62 | 86.45 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 122 | 19 | 0.48 | 0 | 0.84 | 0.52 | 94.37 | 0.73 | 0.28 |
| Hex | 3F | 7A | 13 | 30 | 0 | 54 | 34 | 5E | 49 | 1C |
| Octal | 77 | 172 | 23 | 60 | 0 | 124 | 64 | 136 | 111 | 34 |
| Binary | 111111 | 1111010 | 10011 | 110000 | 0 | 1010100 | 110100 | 1011110 | 1001001 | 11100 |
Color Harmonies of #3F7A13
Complementary color
Monochromatic Colors of #3F7A13
Black with #3F7A13
Text Example
Text Example
White with #3F7A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7A13; }
p { color: rgb(63,122,19); }
H1.HeaderClassName
{
color: #3F7A13;
}
.AnyTagClassName
{
color: #3F7A13;
}
</style>
background-color css
<style>
a { background-color: #3F7A13; }
a { background-color: rgb(63,122,19); }
div.DivClassName
{
background-color: #3F7A13;
}
.BgClassName
{
background-color: #3F7A13;
}
</style>
border-color css
<style>
span { border-color: #3F7A13; }
span { border-color: rgb(63,122,19); }
td.TdClassName
{
border-color: #3F7A13;
}
.TagClassName
{
border-color: #3F7A13;
}
</style>