Shades of Bilbao #398D0F
Tints of Bilbao #398D0F
RGB
CMYK
RGB Variations
Color information
#398D0F (or 0x398D0F) is known color: Bilbao. HEX triplet: 39, 8D and 0F. RGB value is (57,141,15). Sum of RGB (Red+Green+Blue) = 57+141+15=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 141 (55.47% from 255 or 66.20% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 141 - color contains mainly: green. Hex color #398D0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398D0F is #C672F0. Grayscale: #656565. Windows color (decimal): -13005553 or 1019193. OLE color: 1019193.
HSL color Cylindrical-coordinate representation of color #398D0F: hue angle of 100º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #398D0F is Cyan = 0.60, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 141 | 15 | - |
| CMYK | 0.60 | 0 | 0.89 | 0.45 |
| HSL | 100º | 0.81% | 0.31% | - |
| HSV(B) | 100º | 0.89% | 0.55% | - |
| XYZ | 11.3 | 19.95 | 3.71 | - |
| YUV | 101.52 | 79.17 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 141 | 15 | 0.60 | 0 | 0.89 | 0.45 | 100 | 0.81 | 0.31 |
| Hex | 39 | 8D | F | 3C | 0 | 59 | 2D | 64 | 51 | 1F |
| Octal | 71 | 215 | 17 | 74 | 0 | 131 | 55 | 144 | 121 | 37 |
| Binary | 111001 | 10001101 | 1111 | 111100 | 0 | 1011001 | 101101 | 1100100 | 1010001 | 11111 |
Color Harmonies of #398D0F
Complementary color
Monochromatic Colors of #398D0F
Black with #398D0F
Text Example
Text Example
White with #398D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398D0F; }
p { color: rgb(57,141,15); }
H1.HeaderClassName
{
color: #398D0F;
}
.AnyTagClassName
{
color: #398D0F;
}
</style>
background-color css
<style>
a { background-color: #398D0F; }
a { background-color: rgb(57,141,15); }
div.DivClassName
{
background-color: #398D0F;
}
.BgClassName
{
background-color: #398D0F;
}
</style>
border-color css
<style>
span { border-color: #398D0F; }
span { border-color: rgb(57,141,15); }
td.TdClassName
{
border-color: #398D0F;
}
.TagClassName
{
border-color: #398D0F;
}
</style>