Shades of Bilbao #398B08
Tints of Bilbao #398B08
RGB
CMYK
RGB Variations
Color information
#398B08 (or 0x398B08) is known color: Bilbao. HEX triplet: 39, 8B and 08. RGB value is (57,139,8). Sum of RGB (Red+Green+Blue) = 57+139+8=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 139 (54.69% from 255 or 68.14% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 139 - color contains mainly: green. Hex color #398B08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398B08 is #C674F7. Grayscale: #636363. Windows color (decimal): -13006072 or 559929. OLE color: 559929.
HSL color Cylindrical-coordinate representation of color #398B08: hue angle of 97.56º degrees, saturation: 0.89, 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 #398B08 is Cyan = 0.59, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 139 | 8 | - |
| CMYK | 0.59 | 0 | 0.94 | 0.45 |
| HSL | 97.56º | 0.89% | 0.29% | - |
| HSV(B) | 97.56º | 0.94% | 0.55% | - |
| XYZ | 10.96 | 19.35 | 3.39 | - |
| YUV | 99.55 | 76.33 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 139 | 8 | 0.59 | 0 | 0.94 | 0.45 | 97.56 | 0.89 | 0.29 |
| Hex | 39 | 8B | 8 | 3B | 0 | 5E | 2D | 62 | 59 | 1D |
| Octal | 71 | 213 | 10 | 73 | 0 | 136 | 55 | 142 | 131 | 35 |
| Binary | 111001 | 10001011 | 1000 | 111011 | 0 | 1011110 | 101101 | 1100010 | 1011001 | 11101 |
Color Harmonies of #398B08
Complementary color
Monochromatic Colors of #398B08
Black with #398B08
Text Example
Text Example
White with #398B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398B08; }
p { color: rgb(57,139,8); }
H1.HeaderClassName
{
color: #398B08;
}
.AnyTagClassName
{
color: #398B08;
}
</style>
background-color css
<style>
a { background-color: #398B08; }
a { background-color: rgb(57,139,8); }
div.DivClassName
{
background-color: #398B08;
}
.BgClassName
{
background-color: #398B08;
}
</style>
border-color css
<style>
span { border-color: #398B08; }
span { border-color: rgb(57,139,8); }
td.TdClassName
{
border-color: #398B08;
}
.TagClassName
{
border-color: #398B08;
}
</style>