Shades of Bilbao #318A1D
Tints of Bilbao #318A1D
RGB
CMYK
RGB Variations
Color information
#318A1D (or 0x318A1D) is known color: Bilbao. HEX triplet: 31, 8A and 1D. RGB value is (49,138,29). Sum of RGB (Red+Green+Blue) = 49+138+29=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 138 (54.30% from 255 or 63.89% from 216); Blue value is 29 (11.72% from 255 or 13.43% from 216); Max value from RGB is 138 - color contains mainly: green. Hex color #318A1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318A1D is #CE75E2. Grayscale: #636363. Windows color (decimal): -13530595 or 1935921. OLE color: 1935921.
HSL color Cylindrical-coordinate representation of color #318A1D: hue angle of 108.99º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #318A1D is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 49 | 138 | 29 | - |
| CMYK | 0.64 | 0 | 0.79 | 0.46 |
| HSL | 108.99º | 0.65% | 0.33% | - |
| HSV(B) | 108.99º | 0.79% | 0.54% | - |
| XYZ | 10.58 | 18.92 | 4.26 | - |
| YUV | 98.96 | 88.51 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 138 | 29 | 0.64 | 0 | 0.79 | 0.46 | 108.99 | 0.65 | 0.33 |
| Hex | 31 | 8A | 1D | 40 | 0 | 4F | 2E | 6D | 41 | 21 |
| Octal | 61 | 212 | 35 | 100 | 0 | 117 | 56 | 155 | 101 | 41 |
| Binary | 110001 | 10001010 | 11101 | 1000000 | 0 | 1001111 | 101110 | 1101101 | 1000001 | 100001 |
Color Harmonies of #318A1D
Complementary color
Monochromatic Colors of #318A1D
Black with #318A1D
Text Example
Text Example
White with #318A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318A1D; }
p { color: rgb(49,138,29); }
H1.HeaderClassName
{
color: #318A1D;
}
.AnyTagClassName
{
color: #318A1D;
}
</style>
background-color css
<style>
a { background-color: #318A1D; }
a { background-color: rgb(49,138,29); }
div.DivClassName
{
background-color: #318A1D;
}
.BgClassName
{
background-color: #318A1D;
}
</style>
border-color css
<style>
span { border-color: #318A1D; }
span { border-color: rgb(49,138,29); }
td.TdClassName
{
border-color: #318A1D;
}
.TagClassName
{
border-color: #318A1D;
}
</style>