Shades of Bilbao #398D09
Tints of Bilbao #398D09
RGB
CMYK
RGB Variations
Color information
#398D09 (or 0x398D09) is known color: Bilbao. HEX triplet: 39, 8D and 09. RGB value is (57,141,9). Sum of RGB (Red+Green+Blue) = 57+141+9=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 141 (55.47% from 255 or 68.12% from 207); Blue value is 9 (3.91% from 255 or 4.35% from 207); Max value from RGB is 141 - color contains mainly: green. Hex color #398D09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398D09 is #C672F6. Grayscale: #656565. Windows color (decimal): -13005559 or 625977. OLE color: 625977.
HSL color Cylindrical-coordinate representation of color #398D09: hue angle of 98.18º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #398D09 is Cyan = 0.60, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 141 | 9 | - |
| CMYK | 0.60 | 0 | 0.94 | 0.45 |
| HSL | 98.18º | 0.88% | 0.29% | - |
| HSV(B) | 98.18º | 0.94% | 0.55% | - |
| XYZ | 11.26 | 19.94 | 3.51 | - |
| YUV | 100.84 | 76.17 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 141 | 9 | 0.60 | 0 | 0.94 | 0.45 | 98.18 | 0.88 | 0.29 |
| Hex | 39 | 8D | 9 | 3C | 0 | 5E | 2D | 62 | 58 | 1D |
| Octal | 71 | 215 | 11 | 74 | 0 | 136 | 55 | 142 | 130 | 35 |
| Binary | 111001 | 10001101 | 1001 | 111100 | 0 | 1011110 | 101101 | 1100010 | 1011000 | 11101 |
Color Harmonies of #398D09
Complementary color
Monochromatic Colors of #398D09
Black with #398D09
Text Example
Text Example
White with #398D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398D09; }
p { color: rgb(57,141,9); }
H1.HeaderClassName
{
color: #398D09;
}
.AnyTagClassName
{
color: #398D09;
}
</style>
background-color css
<style>
a { background-color: #398D09; }
a { background-color: rgb(57,141,9); }
div.DivClassName
{
background-color: #398D09;
}
.BgClassName
{
background-color: #398D09;
}
</style>
border-color css
<style>
span { border-color: #398D09; }
span { border-color: rgb(57,141,9); }
td.TdClassName
{
border-color: #398D09;
}
.TagClassName
{
border-color: #398D09;
}
</style>