Shades of Bilbao #398F03
Tints of Bilbao #398F03
RGB
CMYK
RGB Variations
Color information
#398F03 (or 0x398F03) is known color: Bilbao. HEX triplet: 39, 8F and 03. RGB value is (57,143,3). Sum of RGB (Red+Green+Blue) = 57+143+3=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 143 (56.25% from 255 or 70.44% from 203); Blue value is 3 (1.56% from 255 or 1.48% from 203); Max value from RGB is 143 - color contains mainly: green. Hex color #398F03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398F03 is #C670FC. Grayscale: #656565. Windows color (decimal): -13005053 or 233273. OLE color: 233273.
HSL color Cylindrical-coordinate representation of color #398F03: hue angle of 96.86º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #398F03 is Cyan = 0.60, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 143 | 3 | - |
| CMYK | 0.60 | 0 | 0.98 | 0.44 |
| HSL | 96.86º | 0.96% | 0.29% | - |
| HSV(B) | 96.86º | 0.98% | 0.56% | - |
| XYZ | 11.53 | 20.52 | 3.44 | - |
| YUV | 101.33 | 72.51 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 143 | 3 | 0.60 | 0 | 0.98 | 0.44 | 96.86 | 0.96 | 0.29 |
| Hex | 39 | 8F | 3 | 3C | 0 | 62 | 2C | 61 | 60 | 1D |
| Octal | 71 | 217 | 3 | 74 | 0 | 142 | 54 | 141 | 140 | 35 |
| Binary | 111001 | 10001111 | 11 | 111100 | 0 | 1100010 | 101100 | 1100001 | 1100000 | 11101 |
Color Harmonies of #398F03
Complementary color
Monochromatic Colors of #398F03
Black with #398F03
Text Example
Text Example
White with #398F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398F03; }
p { color: rgb(57,143,3); }
H1.HeaderClassName
{
color: #398F03;
}
.AnyTagClassName
{
color: #398F03;
}
</style>
background-color css
<style>
a { background-color: #398F03; }
a { background-color: rgb(57,143,3); }
div.DivClassName
{
background-color: #398F03;
}
.BgClassName
{
background-color: #398F03;
}
</style>
border-color css
<style>
span { border-color: #398F03; }
span { border-color: rgb(57,143,3); }
td.TdClassName
{
border-color: #398F03;
}
.TagClassName
{
border-color: #398F03;
}
</style>