Shades of Bilbao #316A02
Tints of Bilbao #316A02
RGB
CMYK
RGB Variations
Color information
#316A02 (or 0x316A02) is known color: Bilbao. HEX triplet: 31, 6A and 02. RGB value is (49,106,2). Sum of RGB (Red+Green+Blue) = 49+106+2=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 106 (41.80% from 255 or 67.52% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 106 - color contains mainly: green. Hex color #316A02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316A02 is #CE95FD. Grayscale: #4D4D4D. Windows color (decimal): -13538814 or 158257. OLE color: 158257.
HSL color Cylindrical-coordinate representation of color #316A02: hue angle of 92.88º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #316A02 is Cyan = 0.54, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 106 | 2 | - |
| CMYK | 0.54 | 0 | 0.98 | 0.58 |
| HSL | 92.88º | 0.96% | 0.21% | - |
| HSV(B) | 92.88º | 0.98% | 0.42% | - |
| XYZ | 6.43 | 10.97 | 1.83 | - |
| YUV | 77.1 | 85.62 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 106 | 2 | 0.54 | 0 | 0.98 | 0.58 | 92.88 | 0.96 | 0.21 |
| Hex | 31 | 6A | 2 | 36 | 0 | 62 | 3A | 5D | 60 | 15 |
| Octal | 61 | 152 | 2 | 66 | 0 | 142 | 72 | 135 | 140 | 25 |
| Binary | 110001 | 1101010 | 10 | 110110 | 0 | 1100010 | 111010 | 1011101 | 1100000 | 10101 |
Color Harmonies of #316A02
Complementary color
Monochromatic Colors of #316A02
Black with #316A02
Text Example
Text Example
White with #316A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316A02; }
p { color: rgb(49,106,2); }
H1.HeaderClassName
{
color: #316A02;
}
.AnyTagClassName
{
color: #316A02;
}
</style>
background-color css
<style>
a { background-color: #316A02; }
a { background-color: rgb(49,106,2); }
div.DivClassName
{
background-color: #316A02;
}
.BgClassName
{
background-color: #316A02;
}
</style>
border-color css
<style>
span { border-color: #316A02; }
span { border-color: rgb(49,106,2); }
td.TdClassName
{
border-color: #316A02;
}
.TagClassName
{
border-color: #316A02;
}
</style>