Shades of Bilbao #317B1B
Tints of Bilbao #317B1B
RGB
CMYK
RGB Variations
Color information
#317B1B (or 0x317B1B) is known color: Bilbao. HEX triplet: 31, 7B and 1B. RGB value is (49,123,27). Sum of RGB (Red+Green+Blue) = 49+123+27=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 123 (48.44% from 255 or 61.81% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 123 - color contains mainly: green. Hex color #317B1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317B1B is #CE84E4. Grayscale: #5A5A5A. Windows color (decimal): -13534437 or 1801009. OLE color: 1801009.
HSL color Cylindrical-coordinate representation of color #317B1B: hue angle of 106.25º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #317B1B is Cyan = 0.60, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 49 | 123 | 27 | - |
| CMYK | 0.60 | 0 | 0.78 | 0.52 |
| HSL | 106.25º | 0.64% | 0.29% | - |
| HSV(B) | 106.25º | 0.78% | 0.48% | - |
| XYZ | 8.55 | 14.9 | 3.46 | - |
| YUV | 89.93 | 92.48 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 123 | 27 | 0.60 | 0 | 0.78 | 0.52 | 106.25 | 0.64 | 0.29 |
| Hex | 31 | 7B | 1B | 3C | 0 | 4E | 34 | 6A | 40 | 1D |
| Octal | 61 | 173 | 33 | 74 | 0 | 116 | 64 | 152 | 100 | 35 |
| Binary | 110001 | 1111011 | 11011 | 111100 | 0 | 1001110 | 110100 | 1101010 | 1000000 | 11101 |
Color Harmonies of #317B1B
Complementary color
Monochromatic Colors of #317B1B
Black with #317B1B
Text Example
Text Example
White with #317B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317B1B; }
p { color: rgb(49,123,27); }
H1.HeaderClassName
{
color: #317B1B;
}
.AnyTagClassName
{
color: #317B1B;
}
</style>
background-color css
<style>
a { background-color: #317B1B; }
a { background-color: rgb(49,123,27); }
div.DivClassName
{
background-color: #317B1B;
}
.BgClassName
{
background-color: #317B1B;
}
</style>
border-color css
<style>
span { border-color: #317B1B; }
span { border-color: rgb(49,123,27); }
td.TdClassName
{
border-color: #317B1B;
}
.TagClassName
{
border-color: #317B1B;
}
</style>