Shades of Bilbao #398B07
Tints of Bilbao #398B07
RGB
CMYK
RGB Variations
Color information
#398B07 (or 0x398B07) is known color: Bilbao. HEX triplet: 39, 8B and 07. RGB value is (57,139,7). Sum of RGB (Red+Green+Blue) = 57+139+7=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 139 (54.69% from 255 or 68.47% from 203); Blue value is 7 (3.12% from 255 or 3.45% from 203); Max value from RGB is 139 - color contains mainly: green. Hex color #398B07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398B07 is #C674F8. Grayscale: #636363. Windows color (decimal): -13006073 or 494393. OLE color: 494393.
HSL color Cylindrical-coordinate representation of color #398B07: hue angle of 97.27º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #398B07 is Cyan = 0.59, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 139 | 7 | - |
| CMYK | 0.59 | 0 | 0.95 | 0.45 |
| HSL | 97.27º | 0.9% | 0.29% | - |
| HSV(B) | 97.27º | 0.95% | 0.55% | - |
| XYZ | 10.96 | 19.35 | 3.36 | - |
| YUV | 99.43 | 75.83 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 139 | 7 | 0.59 | 0 | 0.95 | 0.45 | 97.27 | 0.9 | 0.29 |
| Hex | 39 | 8B | 7 | 3B | 0 | 5F | 2D | 61 | 5A | 1D |
| Octal | 71 | 213 | 7 | 73 | 0 | 137 | 55 | 141 | 132 | 35 |
| Binary | 111001 | 10001011 | 111 | 111011 | 0 | 1011111 | 101101 | 1100001 | 1011010 | 11101 |
Color Harmonies of #398B07
Complementary color
Monochromatic Colors of #398B07
Black with #398B07
Text Example
Text Example
White with #398B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398B07; }
p { color: rgb(57,139,7); }
H1.HeaderClassName
{
color: #398B07;
}
.AnyTagClassName
{
color: #398B07;
}
</style>
background-color css
<style>
a { background-color: #398B07; }
a { background-color: rgb(57,139,7); }
div.DivClassName
{
background-color: #398B07;
}
.BgClassName
{
background-color: #398B07;
}
</style>
border-color css
<style>
span { border-color: #398B07; }
span { border-color: rgb(57,139,7); }
td.TdClassName
{
border-color: #398B07;
}
.TagClassName
{
border-color: #398B07;
}
</style>