Shades of Bilbao #398B01
Tints of Bilbao #398B01
RGB
CMYK
RGB Variations
Color information
#398B01 (or 0x398B01) is known color: Bilbao. HEX triplet: 39, 8B and 01. RGB value is (57,139,1). Sum of RGB (Red+Green+Blue) = 57+139+1=197 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.93% from 197); Green value is 139 (54.69% from 255 or 70.56% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 139 - color contains mainly: green. Hex color #398B01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398B01 is #C674FE. Grayscale: #636363. Windows color (decimal): -13006079 or 101177. OLE color: 101177.
HSL color Cylindrical-coordinate representation of color #398B01: hue angle of 95.65º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #398B01 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 139 | 1 | - |
| CMYK | 0.59 | 0 | 0.99 | 0.45 |
| HSL | 95.65º | 0.99% | 0.27% | - |
| HSV(B) | 95.65º | 0.99% | 0.55% | - |
| XYZ | 10.93 | 19.34 | 3.19 | - |
| YUV | 98.75 | 72.83 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 139 | 1 | 0.59 | 0 | 0.99 | 0.45 | 95.65 | 0.99 | 0.27 |
| Hex | 39 | 8B | 1 | 3B | 0 | 63 | 2D | 60 | 63 | 1B |
| Octal | 71 | 213 | 1 | 73 | 0 | 143 | 55 | 140 | 143 | 33 |
| Binary | 111001 | 10001011 | 1 | 111011 | 0 | 1100011 | 101101 | 1100000 | 1100011 | 11011 |
Color Harmonies of #398B01
Complementary color
Monochromatic Colors of #398B01
Black with #398B01
Text Example
Text Example
White with #398B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398B01; }
p { color: rgb(57,139,1); }
H1.HeaderClassName
{
color: #398B01;
}
.AnyTagClassName
{
color: #398B01;
}
</style>
background-color css
<style>
a { background-color: #398B01; }
a { background-color: rgb(57,139,1); }
div.DivClassName
{
background-color: #398B01;
}
.BgClassName
{
background-color: #398B01;
}
</style>
border-color css
<style>
span { border-color: #398B01; }
span { border-color: rgb(57,139,1); }
td.TdClassName
{
border-color: #398B01;
}
.TagClassName
{
border-color: #398B01;
}
</style>