Shades of Bilbao #338A09
Tints of Bilbao #338A09
RGB
CMYK
RGB Variations
Color information
#338A09 (or 0x338A09) is known color: Bilbao. HEX triplet: 33, 8A and 09. RGB value is (51,138,9). Sum of RGB (Red+Green+Blue) = 51+138+9=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 138 (54.30% from 255 or 69.70% from 198); Blue value is 9 (3.91% from 255 or 4.55% from 198); Max value from RGB is 138 - color contains mainly: green. Hex color #338A09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338A09 is #CC75F6. Grayscale: #616161. Windows color (decimal): -13399543 or 625203. OLE color: 625203.
HSL color Cylindrical-coordinate representation of color #338A09: hue angle of 100.47º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #338A09 is Cyan = 0.63, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 138 | 9 | - |
| CMYK | 0.63 | 0 | 0.93 | 0.46 |
| HSL | 100.47º | 0.88% | 0.29% | - |
| HSV(B) | 100.47º | 0.93% | 0.54% | - |
| XYZ | 10.5 | 18.9 | 3.35 | - |
| YUV | 97.28 | 78.18 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 138 | 9 | 0.63 | 0 | 0.93 | 0.46 | 100.47 | 0.88 | 0.29 |
| Hex | 33 | 8A | 9 | 3F | 0 | 5D | 2E | 64 | 58 | 1D |
| Octal | 63 | 212 | 11 | 77 | 0 | 135 | 56 | 144 | 130 | 35 |
| Binary | 110011 | 10001010 | 1001 | 111111 | 0 | 1011101 | 101110 | 1100100 | 1011000 | 11101 |
Color Harmonies of #338A09
Complementary color
Monochromatic Colors of #338A09
Black with #338A09
Text Example
Text Example
White with #338A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338A09; }
p { color: rgb(51,138,9); }
H1.HeaderClassName
{
color: #338A09;
}
.AnyTagClassName
{
color: #338A09;
}
</style>
background-color css
<style>
a { background-color: #338A09; }
a { background-color: rgb(51,138,9); }
div.DivClassName
{
background-color: #338A09;
}
.BgClassName
{
background-color: #338A09;
}
</style>
border-color css
<style>
span { border-color: #338A09; }
span { border-color: rgb(51,138,9); }
td.TdClassName
{
border-color: #338A09;
}
.TagClassName
{
border-color: #338A09;
}
</style>