Shades of Bilbao #398B02
Tints of Bilbao #398B02
RGB
CMYK
RGB Variations
Color information
#398B02 (or 0x398B02) is known color: Bilbao. HEX triplet: 39, 8B and 02. RGB value is (57,139,2). Sum of RGB (Red+Green+Blue) = 57+139+2=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 139 (54.69% from 255 or 70.20% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 139 - color contains mainly: green. Hex color #398B02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398B02 is #C674FD. Grayscale: #636363. Windows color (decimal): -13006078 or 166713. OLE color: 166713.
HSL color Cylindrical-coordinate representation of color #398B02: hue angle of 95.91º 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 #398B02 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 139 | 2 | - |
| CMYK | 0.59 | 0 | 0.99 | 0.45 |
| HSL | 95.91º | 0.97% | 0.28% | - |
| HSV(B) | 95.91º | 0.99% | 0.55% | - |
| XYZ | 10.93 | 19.34 | 3.21 | - |
| YUV | 98.86 | 73.33 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 139 | 2 | 0.59 | 0 | 0.99 | 0.45 | 95.91 | 0.97 | 0.28 |
| Hex | 39 | 8B | 2 | 3B | 0 | 63 | 2D | 60 | 61 | 1C |
| Octal | 71 | 213 | 2 | 73 | 0 | 143 | 55 | 140 | 141 | 34 |
| Binary | 111001 | 10001011 | 10 | 111011 | 0 | 1100011 | 101101 | 1100000 | 1100001 | 11100 |
Color Harmonies of #398B02
Complementary color
Monochromatic Colors of #398B02
Black with #398B02
Text Example
Text Example
White with #398B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398B02; }
p { color: rgb(57,139,2); }
H1.HeaderClassName
{
color: #398B02;
}
.AnyTagClassName
{
color: #398B02;
}
</style>
background-color css
<style>
a { background-color: #398B02; }
a { background-color: rgb(57,139,2); }
div.DivClassName
{
background-color: #398B02;
}
.BgClassName
{
background-color: #398B02;
}
</style>
border-color css
<style>
span { border-color: #398B02; }
span { border-color: rgb(57,139,2); }
td.TdClassName
{
border-color: #398B02;
}
.TagClassName
{
border-color: #398B02;
}
</style>