Shades of Bilbao #318202
Tints of Bilbao #318202
RGB
CMYK
RGB Variations
Color information
#318202 (or 0x318202) is known color: Bilbao. HEX triplet: 31, 82 and 02. RGB value is (49,130,2). Sum of RGB (Red+Green+Blue) = 49+130+2=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 130 (51.17% from 255 or 71.82% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 130 - color contains mainly: green. Hex color #318202 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #318202 is #CE7DFD. Grayscale: #5B5B5B. Windows color (decimal): -13532670 or 164401. OLE color: 164401.
HSL color Cylindrical-coordinate representation of color #318202: hue angle of 97.97º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #318202 is Cyan = 0.62, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 130 | 2 | - |
| CMYK | 0.62 | 0 | 0.98 | 0.49 |
| HSL | 97.97º | 0.97% | 0.26% | - |
| HSV(B) | 97.97º | 0.98% | 0.51% | - |
| XYZ | 9.26 | 16.62 | 2.78 | - |
| YUV | 91.19 | 77.66 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 130 | 2 | 0.62 | 0 | 0.98 | 0.49 | 97.97 | 0.97 | 0.26 |
| Hex | 31 | 82 | 2 | 3E | 0 | 62 | 31 | 62 | 61 | 1A |
| Octal | 61 | 202 | 2 | 76 | 0 | 142 | 61 | 142 | 141 | 32 |
| Binary | 110001 | 10000010 | 10 | 111110 | 0 | 1100010 | 110001 | 1100010 | 1100001 | 11010 |
Color Harmonies of #318202
Complementary color
Monochromatic Colors of #318202
Black with #318202
Text Example
Text Example
White with #318202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318202; }
p { color: rgb(49,130,2); }
H1.HeaderClassName
{
color: #318202;
}
.AnyTagClassName
{
color: #318202;
}
</style>
background-color css
<style>
a { background-color: #318202; }
a { background-color: rgb(49,130,2); }
div.DivClassName
{
background-color: #318202;
}
.BgClassName
{
background-color: #318202;
}
</style>
border-color css
<style>
span { border-color: #318202; }
span { border-color: rgb(49,130,2); }
td.TdClassName
{
border-color: #318202;
}
.TagClassName
{
border-color: #318202;
}
</style>