Shades of Bilbao #338D11
Tints of Bilbao #338D11
RGB
CMYK
RGB Variations
Color information
#338D11 (or 0x338D11) is known color: Bilbao. HEX triplet: 33, 8D and 11. RGB value is (51,141,17). Sum of RGB (Red+Green+Blue) = 51+141+17=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 141 (55.47% from 255 or 67.46% from 209); Blue value is 17 (7.03% from 255 or 8.13% from 209); Max value from RGB is 141 - color contains mainly: green. Hex color #338D11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338D11 is #CC72EE. Grayscale: #646464. Windows color (decimal): -13398767 or 1150259. OLE color: 1150259.
HSL color Cylindrical-coordinate representation of color #338D11: hue angle of 103.55º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #338D11 is Cyan = 0.64, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 141 | 17 | - |
| CMYK | 0.64 | 0 | 0.88 | 0.45 |
| HSL | 103.55º | 0.78% | 0.31% | - |
| HSV(B) | 103.55º | 0.88% | 0.55% | - |
| XYZ | 10.99 | 19.79 | 3.77 | - |
| YUV | 99.95 | 81.18 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 141 | 17 | 0.64 | 0 | 0.88 | 0.45 | 103.55 | 0.78 | 0.31 |
| Hex | 33 | 8D | 11 | 40 | 0 | 58 | 2D | 68 | 4E | 1F |
| Octal | 63 | 215 | 21 | 100 | 0 | 130 | 55 | 150 | 116 | 37 |
| Binary | 110011 | 10001101 | 10001 | 1000000 | 0 | 1011000 | 101101 | 1101000 | 1001110 | 11111 |
Color Harmonies of #338D11
Complementary color
Monochromatic Colors of #338D11
Black with #338D11
Text Example
Text Example
White with #338D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338D11; }
p { color: rgb(51,141,17); }
H1.HeaderClassName
{
color: #338D11;
}
.AnyTagClassName
{
color: #338D11;
}
</style>
background-color css
<style>
a { background-color: #338D11; }
a { background-color: rgb(51,141,17); }
div.DivClassName
{
background-color: #338D11;
}
.BgClassName
{
background-color: #338D11;
}
</style>
border-color css
<style>
span { border-color: #338D11; }
span { border-color: rgb(51,141,17); }
td.TdClassName
{
border-color: #338D11;
}
.TagClassName
{
border-color: #338D11;
}
</style>