Shades of Bilbao #338E09
Tints of Bilbao #338E09
RGB
CMYK
RGB Variations
Color information
#338E09 (or 0x338E09) is known color: Bilbao. HEX triplet: 33, 8E and 09. RGB value is (51,142,9). Sum of RGB (Red+Green+Blue) = 51+142+9=202 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.25% from 202); Green value is 142 (55.86% from 255 or 70.30% from 202); Blue value is 9 (3.91% from 255 or 4.46% from 202); Max value from RGB is 142 - color contains mainly: green. Hex color #338E09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338E09 is #CC71F6. Grayscale: #646464. Windows color (decimal): -13398519 or 626227. OLE color: 626227.
HSL color Cylindrical-coordinate representation of color #338E09: hue angle of 101.05º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #338E09 is Cyan = 0.64, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 142 | 9 | - |
| CMYK | 0.64 | 0 | 0.94 | 0.44 |
| HSL | 101.05º | 0.88% | 0.3% | - |
| HSV(B) | 101.05º | 0.94% | 0.56% | - |
| XYZ | 11.09 | 20.07 | 3.55 | - |
| YUV | 99.63 | 76.85 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 142 | 9 | 0.64 | 0 | 0.94 | 0.44 | 101.05 | 0.88 | 0.3 |
| Hex | 33 | 8E | 9 | 40 | 0 | 5E | 2C | 65 | 58 | 1E |
| Octal | 63 | 216 | 11 | 100 | 0 | 136 | 54 | 145 | 130 | 36 |
| Binary | 110011 | 10001110 | 1001 | 1000000 | 0 | 1011110 | 101100 | 1100101 | 1011000 | 11110 |
Color Harmonies of #338E09
Complementary color
Monochromatic Colors of #338E09
Black with #338E09
Text Example
Text Example
White with #338E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338E09; }
p { color: rgb(51,142,9); }
H1.HeaderClassName
{
color: #338E09;
}
.AnyTagClassName
{
color: #338E09;
}
</style>
background-color css
<style>
a { background-color: #338E09; }
a { background-color: rgb(51,142,9); }
div.DivClassName
{
background-color: #338E09;
}
.BgClassName
{
background-color: #338E09;
}
</style>
border-color css
<style>
span { border-color: #338E09; }
span { border-color: rgb(51,142,9); }
td.TdClassName
{
border-color: #338E09;
}
.TagClassName
{
border-color: #338E09;
}
</style>