Shades of Bilbao #338D17
Tints of Bilbao #338D17
RGB
CMYK
RGB Variations
Color information
#338D17 (or 0x338D17) is known color: Bilbao. HEX triplet: 33, 8D and 17. RGB value is (51,141,23). Sum of RGB (Red+Green+Blue) = 51+141+23=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 141 (55.47% from 255 or 65.58% from 215); Blue value is 23 (9.38% from 255 or 10.70% from 215); Max value from RGB is 141 - color contains mainly: green. Hex color #338D17 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338D17 is #CC72E8. Grayscale: #656565. Windows color (decimal): -13398761 or 1543475. OLE color: 1543475.
HSL color Cylindrical-coordinate representation of color #338D17: hue angle of 105.76º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #338D17 is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 141 | 23 | - |
| CMYK | 0.64 | 0 | 0.84 | 0.45 |
| HSL | 105.76º | 0.72% | 0.32% | - |
| HSV(B) | 105.76º | 0.84% | 0.55% | - |
| XYZ | 11.04 | 19.82 | 4.05 | - |
| YUV | 100.64 | 84.18 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 141 | 23 | 0.64 | 0 | 0.84 | 0.45 | 105.76 | 0.72 | 0.32 |
| Hex | 33 | 8D | 17 | 40 | 0 | 54 | 2D | 6A | 48 | 20 |
| Octal | 63 | 215 | 27 | 100 | 0 | 124 | 55 | 152 | 110 | 40 |
| Binary | 110011 | 10001101 | 10111 | 1000000 | 0 | 1010100 | 101101 | 1101010 | 1001000 | 100000 |
Color Harmonies of #338D17
Complementary color
Monochromatic Colors of #338D17
Black with #338D17
Text Example
Text Example
White with #338D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338D17; }
p { color: rgb(51,141,23); }
H1.HeaderClassName
{
color: #338D17;
}
.AnyTagClassName
{
color: #338D17;
}
</style>
background-color css
<style>
a { background-color: #338D17; }
a { background-color: rgb(51,141,23); }
div.DivClassName
{
background-color: #338D17;
}
.BgClassName
{
background-color: #338D17;
}
</style>
border-color css
<style>
span { border-color: #338D17; }
span { border-color: rgb(51,141,23); }
td.TdClassName
{
border-color: #338D17;
}
.TagClassName
{
border-color: #338D17;
}
</style>