Shades of Bilbao #317C03
Tints of Bilbao #317C03
RGB
CMYK
RGB Variations
Color information
#317C03 (or 0x317C03) is known color: Bilbao. HEX triplet: 31, 7C and 03. RGB value is (49,124,3). Sum of RGB (Red+Green+Blue) = 49+124+3=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 124 (48.83% from 255 or 70.45% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 124 - color contains mainly: green. Hex color #317C03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #317C03 is #CE83FC. Grayscale: #585858. Windows color (decimal): -13534205 or 228401. OLE color: 228401.
HSL color Cylindrical-coordinate representation of color #317C03: hue angle of 97.19º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #317C03 is Cyan = 0.60, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 124 | 3 | - |
| CMYK | 0.60 | 0 | 0.98 | 0.51 |
| HSL | 97.19º | 0.95% | 0.25% | - |
| HSV(B) | 97.19º | 0.98% | 0.49% | - |
| XYZ | 8.49 | 15.07 | 2.55 | - |
| YUV | 87.78 | 80.15 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 124 | 3 | 0.60 | 0 | 0.98 | 0.51 | 97.19 | 0.95 | 0.25 |
| Hex | 31 | 7C | 3 | 3C | 0 | 62 | 33 | 61 | 5F | 19 |
| Octal | 61 | 174 | 3 | 74 | 0 | 142 | 63 | 141 | 137 | 31 |
| Binary | 110001 | 1111100 | 11 | 111100 | 0 | 1100010 | 110011 | 1100001 | 1011111 | 11001 |
Color Harmonies of #317C03
Complementary color
Monochromatic Colors of #317C03
Black with #317C03
Text Example
Text Example
White with #317C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317C03; }
p { color: rgb(49,124,3); }
H1.HeaderClassName
{
color: #317C03;
}
.AnyTagClassName
{
color: #317C03;
}
</style>
background-color css
<style>
a { background-color: #317C03; }
a { background-color: rgb(49,124,3); }
div.DivClassName
{
background-color: #317C03;
}
.BgClassName
{
background-color: #317C03;
}
</style>
border-color css
<style>
span { border-color: #317C03; }
span { border-color: rgb(49,124,3); }
td.TdClassName
{
border-color: #317C03;
}
.TagClassName
{
border-color: #317C03;
}
</style>