Shades of Bilbao #338E13
Tints of Bilbao #338E13
RGB
CMYK
RGB Variations
Color information
#338E13 (or 0x338E13) is known color: Bilbao. HEX triplet: 33, 8E and 13. RGB value is (51,142,19). Sum of RGB (Red+Green+Blue) = 51+142+19=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 142 (55.86% from 255 or 66.98% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 142 - color contains mainly: green. Hex color #338E13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338E13 is #CC71EC. Grayscale: #656565. Windows color (decimal): -13398509 or 1281587. OLE color: 1281587.
HSL color Cylindrical-coordinate representation of color #338E13: hue angle of 104.39º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #338E13 is Cyan = 0.64, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 142 | 19 | - |
| CMYK | 0.64 | 0 | 0.87 | 0.44 |
| HSL | 104.39º | 0.76% | 0.32% | - |
| HSV(B) | 104.39º | 0.87% | 0.56% | - |
| XYZ | 11.16 | 20.1 | 3.91 | - |
| YUV | 100.77 | 81.85 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 142 | 19 | 0.64 | 0 | 0.87 | 0.44 | 104.39 | 0.76 | 0.32 |
| Hex | 33 | 8E | 13 | 40 | 0 | 57 | 2C | 68 | 4C | 20 |
| Octal | 63 | 216 | 23 | 100 | 0 | 127 | 54 | 150 | 114 | 40 |
| Binary | 110011 | 10001110 | 10011 | 1000000 | 0 | 1010111 | 101100 | 1101000 | 1001100 | 100000 |
Color Harmonies of #338E13
Complementary color
Monochromatic Colors of #338E13
Black with #338E13
Text Example
Text Example
White with #338E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338E13; }
p { color: rgb(51,142,19); }
H1.HeaderClassName
{
color: #338E13;
}
.AnyTagClassName
{
color: #338E13;
}
</style>
background-color css
<style>
a { background-color: #338E13; }
a { background-color: rgb(51,142,19); }
div.DivClassName
{
background-color: #338E13;
}
.BgClassName
{
background-color: #338E13;
}
</style>
border-color css
<style>
span { border-color: #338E13; }
span { border-color: rgb(51,142,19); }
td.TdClassName
{
border-color: #338E13;
}
.TagClassName
{
border-color: #338E13;
}
</style>