Shades of Bilbao #398A0B
Tints of Bilbao #398A0B
RGB
CMYK
RGB Variations
Color information
#398A0B (or 0x398A0B) is known color: Bilbao. HEX triplet: 39, 8A and 0B. RGB value is (57,138,11). Sum of RGB (Red+Green+Blue) = 57+138+11=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 138 (54.30% from 255 or 66.99% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 138 - color contains mainly: green. Hex color #398A0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398A0B is #C675F4. Grayscale: #636363. Windows color (decimal): -13006325 or 756281. OLE color: 756281.
HSL color Cylindrical-coordinate representation of color #398A0B: hue angle of 98.27º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #398A0B is Cyan = 0.59, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 57 | 138 | 11 | - |
| CMYK | 0.59 | 0 | 0.92 | 0.46 |
| HSL | 98.27º | 0.85% | 0.29% | - |
| HSV(B) | 98.27º | 0.92% | 0.54% | - |
| XYZ | 10.84 | 19.07 | 3.43 | - |
| YUV | 99.3 | 78.16 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 138 | 11 | 0.59 | 0 | 0.92 | 0.46 | 98.27 | 0.85 | 0.29 |
| Hex | 39 | 8A | B | 3B | 0 | 5C | 2E | 62 | 55 | 1D |
| Octal | 71 | 212 | 13 | 73 | 0 | 134 | 56 | 142 | 125 | 35 |
| Binary | 111001 | 10001010 | 1011 | 111011 | 0 | 1011100 | 101110 | 1100010 | 1010101 | 11101 |
Color Harmonies of #398A0B
Complementary color
Monochromatic Colors of #398A0B
Black with #398A0B
Text Example
Text Example
White with #398A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398A0B; }
p { color: rgb(57,138,11); }
H1.HeaderClassName
{
color: #398A0B;
}
.AnyTagClassName
{
color: #398A0B;
}
</style>
background-color css
<style>
a { background-color: #398A0B; }
a { background-color: rgb(57,138,11); }
div.DivClassName
{
background-color: #398A0B;
}
.BgClassName
{
background-color: #398A0B;
}
</style>
border-color css
<style>
span { border-color: #398A0B; }
span { border-color: rgb(57,138,11); }
td.TdClassName
{
border-color: #398A0B;
}
.TagClassName
{
border-color: #398A0B;
}
</style>