Shades of Bilbao #338600
Tints of Bilbao #338600
RGB
CMYK
RGB Variations
Color information
#338600 (or 0x338600) is known color: Bilbao. HEX triplet: 33, 86 and 00. RGB value is (51,134,0). Sum of RGB (Red+Green+Blue) = 51+134+0=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 134 (52.73% from 255 or 72.43% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 134 - color contains mainly: green. Hex color #338600 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338600 is #CC79FF. Grayscale: #5E5E5E. Windows color (decimal): -13400576 or 34355. OLE color: 34355.
HSL color Cylindrical-coordinate representation of color #338600: hue angle of 97.16º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #338600 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 134 | 0 | - |
| CMYK | 0.62 | 0 | 1 | 0.47 |
| HSL | 97.16º | 1% | 0.26% | - |
| HSV(B) | 97.16º | 1% | 0.53% | - |
| XYZ | 9.89 | 17.75 | 2.91 | - |
| YUV | 93.91 | 75 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 134 | 0 | 0.62 | 0 | 1 | 0.47 | 97.16 | 1 | 0.26 |
| Hex | 33 | 86 | 0 | 3E | 0 | 64 | 2F | 61 | 64 | 1A |
| Octal | 63 | 206 | 0 | 76 | 0 | 144 | 57 | 141 | 144 | 32 |
| Binary | 110011 | 10000110 | 0 | 111110 | 0 | 1100100 | 101111 | 1100001 | 1100100 | 11010 |
Color Harmonies of #338600
Complementary color
Monochromatic Colors of #338600
Black with #338600
Text Example
Text Example
White with #338600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338600; }
p { color: rgb(51,134,0); }
H1.HeaderClassName
{
color: #338600;
}
.AnyTagClassName
{
color: #338600;
}
</style>
background-color css
<style>
a { background-color: #338600; }
a { background-color: rgb(51,134,0); }
div.DivClassName
{
background-color: #338600;
}
.BgClassName
{
background-color: #338600;
}
</style>
border-color css
<style>
span { border-color: #338600; }
span { border-color: rgb(51,134,0); }
td.TdClassName
{
border-color: #338600;
}
.TagClassName
{
border-color: #338600;
}
</style>