Shades of Bilbao #398B15
Tints of Bilbao #398B15
RGB
CMYK
RGB Variations
Color information
#398B15 (or 0x398B15) is known color: Bilbao. HEX triplet: 39, 8B and 15. RGB value is (57,139,21). Sum of RGB (Red+Green+Blue) = 57+139+21=217 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.27% from 217); Green value is 139 (54.69% from 255 or 64.06% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 139 - color contains mainly: green. Hex color #398B15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398B15 is #C674EA. Grayscale: #656565. Windows color (decimal): -13006059 or 1411897. OLE color: 1411897.
HSL color Cylindrical-coordinate representation of color #398B15: hue angle of 101.69º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #398B15 is Cyan = 0.59, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 139 | 21 | - |
| CMYK | 0.59 | 0 | 0.85 | 0.45 |
| HSL | 101.69º | 0.74% | 0.31% | - |
| HSV(B) | 101.69º | 0.85% | 0.55% | - |
| XYZ | 11.06 | 19.39 | 3.87 | - |
| YUV | 101.03 | 82.83 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 139 | 21 | 0.59 | 0 | 0.85 | 0.45 | 101.69 | 0.74 | 0.31 |
| Hex | 39 | 8B | 15 | 3B | 0 | 55 | 2D | 66 | 4A | 1F |
| Octal | 71 | 213 | 25 | 73 | 0 | 125 | 55 | 146 | 112 | 37 |
| Binary | 111001 | 10001011 | 10101 | 111011 | 0 | 1010101 | 101101 | 1100110 | 1001010 | 11111 |
Color Harmonies of #398B15
Complementary color
Monochromatic Colors of #398B15
Black with #398B15
Text Example
Text Example
White with #398B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398B15; }
p { color: rgb(57,139,21); }
H1.HeaderClassName
{
color: #398B15;
}
.AnyTagClassName
{
color: #398B15;
}
</style>
background-color css
<style>
a { background-color: #398B15; }
a { background-color: rgb(57,139,21); }
div.DivClassName
{
background-color: #398B15;
}
.BgClassName
{
background-color: #398B15;
}
</style>
border-color css
<style>
span { border-color: #398B15; }
span { border-color: rgb(57,139,21); }
td.TdClassName
{
border-color: #398B15;
}
.TagClassName
{
border-color: #398B15;
}
</style>