Shades of Bilbao #398D02
Tints of Bilbao #398D02
RGB
CMYK
RGB Variations
Color information
#398D02 (or 0x398D02) is known color: Bilbao. HEX triplet: 39, 8D and 02. RGB value is (57,141,2). Sum of RGB (Red+Green+Blue) = 57+141+2=200 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.5% from 200); Green value is 141 (55.47% from 255 or 70.5% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 141 - color contains mainly: green. Hex color #398D02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398D02 is #C672FD. Grayscale: #646464. Windows color (decimal): -13005566 or 167225. OLE color: 167225.
HSL color Cylindrical-coordinate representation of color #398D02: hue angle of 96.26º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #398D02 is Cyan = 0.60, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 141 | 2 | - |
| CMYK | 0.60 | 0 | 0.99 | 0.45 |
| HSL | 96.26º | 0.97% | 0.28% | - |
| HSV(B) | 96.26º | 0.99% | 0.55% | - |
| XYZ | 11.22 | 19.92 | 3.31 | - |
| YUV | 100.04 | 72.67 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 141 | 2 | 0.60 | 0 | 0.99 | 0.45 | 96.26 | 0.97 | 0.28 |
| Hex | 39 | 8D | 2 | 3C | 0 | 63 | 2D | 60 | 61 | 1C |
| Octal | 71 | 215 | 2 | 74 | 0 | 143 | 55 | 140 | 141 | 34 |
| Binary | 111001 | 10001101 | 10 | 111100 | 0 | 1100011 | 101101 | 1100000 | 1100001 | 11100 |
Color Harmonies of #398D02
Complementary color
Monochromatic Colors of #398D02
Black with #398D02
Text Example
Text Example
White with #398D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398D02; }
p { color: rgb(57,141,2); }
H1.HeaderClassName
{
color: #398D02;
}
.AnyTagClassName
{
color: #398D02;
}
</style>
background-color css
<style>
a { background-color: #398D02; }
a { background-color: rgb(57,141,2); }
div.DivClassName
{
background-color: #398D02;
}
.BgClassName
{
background-color: #398D02;
}
</style>
border-color css
<style>
span { border-color: #398D02; }
span { border-color: rgb(57,141,2); }
td.TdClassName
{
border-color: #398D02;
}
.TagClassName
{
border-color: #398D02;
}
</style>