Shades of Bilbao #338D19
Tints of Bilbao #338D19
RGB
CMYK
RGB Variations
Color information
#338D19 (or 0x338D19) is known color: Bilbao. HEX triplet: 33, 8D and 19. RGB value is (51,141,25). Sum of RGB (Red+Green+Blue) = 51+141+25=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 141 (55.47% from 255 or 64.98% from 217); Blue value is 25 (10.16% from 255 or 11.52% from 217); Max value from RGB is 141 - color contains mainly: green. Hex color #338D19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338D19 is #CC72E6. Grayscale: #656565. Windows color (decimal): -13398759 or 1674547. OLE color: 1674547.
HSL color Cylindrical-coordinate representation of color #338D19: hue angle of 106.55º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #338D19 is Cyan = 0.64, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 141 | 25 | - |
| CMYK | 0.64 | 0 | 0.82 | 0.45 |
| HSL | 106.55º | 0.7% | 0.33% | - |
| HSV(B) | 106.55º | 0.82% | 0.55% | - |
| XYZ | 11.07 | 19.82 | 4.16 | - |
| YUV | 100.87 | 85.18 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 141 | 25 | 0.64 | 0 | 0.82 | 0.45 | 106.55 | 0.7 | 0.33 |
| Hex | 33 | 8D | 19 | 40 | 0 | 52 | 2D | 6B | 46 | 21 |
| Octal | 63 | 215 | 31 | 100 | 0 | 122 | 55 | 153 | 106 | 41 |
| Binary | 110011 | 10001101 | 11001 | 1000000 | 0 | 1010010 | 101101 | 1101011 | 1000110 | 100001 |
Color Harmonies of #338D19
Complementary color
Monochromatic Colors of #338D19
Black with #338D19
Text Example
Text Example
White with #338D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338D19; }
p { color: rgb(51,141,25); }
H1.HeaderClassName
{
color: #338D19;
}
.AnyTagClassName
{
color: #338D19;
}
</style>
background-color css
<style>
a { background-color: #338D19; }
a { background-color: rgb(51,141,25); }
div.DivClassName
{
background-color: #338D19;
}
.BgClassName
{
background-color: #338D19;
}
</style>
border-color css
<style>
span { border-color: #338D19; }
span { border-color: rgb(51,141,25); }
td.TdClassName
{
border-color: #338D19;
}
.TagClassName
{
border-color: #338D19;
}
</style>