Shades of Bilbao #398D00
Tints of Bilbao #398D00
RGB
CMYK
RGB Variations
Color information
#398D00 (or 0x398D00) is known color: Bilbao. HEX triplet: 39, 8D and 00. RGB value is (57,141,0). Sum of RGB (Red+Green+Blue) = 57+141+0=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 141 (55.47% from 255 or 71.21% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 141 - color contains mainly: green. Hex color #398D00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398D00 is #C672FF. Grayscale: #646464. Windows color (decimal): -13005568 or 36153. OLE color: 36153.
HSL color Cylindrical-coordinate representation of color #398D00: hue angle of 95.74º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #398D00 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 141 | 0 | - |
| CMYK | 0.60 | 0 | 1 | 0.45 |
| HSL | 95.74º | 1% | 0.28% | - |
| HSV(B) | 95.74º | 1% | 0.55% | - |
| XYZ | 11.21 | 19.92 | 3.25 | - |
| YUV | 99.81 | 71.67 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 141 | 0 | 0.60 | 0 | 1 | 0.45 | 95.74 | 1 | 0.28 |
| Hex | 39 | 8D | 0 | 3C | 0 | 64 | 2D | 60 | 64 | 1C |
| Octal | 71 | 215 | 0 | 74 | 0 | 144 | 55 | 140 | 144 | 34 |
| Binary | 111001 | 10001101 | 0 | 111100 | 0 | 1100100 | 101101 | 1100000 | 1100100 | 11100 |
Color Harmonies of #398D00
Complementary color
Monochromatic Colors of #398D00
Black with #398D00
Text Example
Text Example
White with #398D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398D00; }
p { color: rgb(57,141,0); }
H1.HeaderClassName
{
color: #398D00;
}
.AnyTagClassName
{
color: #398D00;
}
</style>
background-color css
<style>
a { background-color: #398D00; }
a { background-color: rgb(57,141,0); }
div.DivClassName
{
background-color: #398D00;
}
.BgClassName
{
background-color: #398D00;
}
</style>
border-color css
<style>
span { border-color: #398D00; }
span { border-color: rgb(57,141,0); }
td.TdClassName
{
border-color: #398D00;
}
.TagClassName
{
border-color: #398D00;
}
</style>