Shades of Bilbao #338F08
Tints of Bilbao #338F08
RGB
CMYK
RGB Variations
Color information
#338F08 (or 0x338F08) is known color: Bilbao. HEX triplet: 33, 8F and 08. RGB value is (51,143,8). Sum of RGB (Red+Green+Blue) = 51+143+8=202 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.25% from 202); Green value is 143 (56.25% from 255 or 70.79% from 202); Blue value is 8 (3.52% from 255 or 3.96% from 202); Max value from RGB is 143 - color contains mainly: green. Hex color #338F08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338F08 is #CC70F7. Grayscale: #646464. Windows color (decimal): -13398264 or 560947. OLE color: 560947.
HSL color Cylindrical-coordinate representation of color #338F08: hue angle of 100.89º degrees, saturation: 0.89, 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 #338F08 is Cyan = 0.64, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 143 | 8 | - |
| CMYK | 0.64 | 0 | 0.94 | 0.44 |
| HSL | 100.89º | 0.89% | 0.3% | - |
| HSV(B) | 100.89º | 0.94% | 0.56% | - |
| XYZ | 11.23 | 20.37 | 3.57 | - |
| YUV | 100.1 | 76.02 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 143 | 8 | 0.64 | 0 | 0.94 | 0.44 | 100.89 | 0.89 | 0.3 |
| Hex | 33 | 8F | 8 | 40 | 0 | 5E | 2C | 65 | 59 | 1E |
| Octal | 63 | 217 | 10 | 100 | 0 | 136 | 54 | 145 | 131 | 36 |
| Binary | 110011 | 10001111 | 1000 | 1000000 | 0 | 1011110 | 101100 | 1100101 | 1011001 | 11110 |
Color Harmonies of #338F08
Complementary color
Monochromatic Colors of #338F08
Black with #338F08
Text Example
Text Example
White with #338F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338F08; }
p { color: rgb(51,143,8); }
H1.HeaderClassName
{
color: #338F08;
}
.AnyTagClassName
{
color: #338F08;
}
</style>
background-color css
<style>
a { background-color: #338F08; }
a { background-color: rgb(51,143,8); }
div.DivClassName
{
background-color: #338F08;
}
.BgClassName
{
background-color: #338F08;
}
</style>
border-color css
<style>
span { border-color: #338F08; }
span { border-color: rgb(51,143,8); }
td.TdClassName
{
border-color: #338F08;
}
.TagClassName
{
border-color: #338F08;
}
</style>