Shades of Bilbao #337A13
Tints of Bilbao #337A13
RGB
CMYK
RGB Variations
Color information
#337A13 (or 0x337A13) is known color: Bilbao. HEX triplet: 33, 7A and 13. RGB value is (51,122,19). Sum of RGB (Red+Green+Blue) = 51+122+19=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 122 (48.05% from 255 or 63.54% from 192); Blue value is 19 (7.81% from 255 or 9.90% from 192); Max value from RGB is 122 - color contains mainly: green. Hex color #337A13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337A13 is #CC85EC. Grayscale: #595959. Windows color (decimal): -13403629 or 1276467. OLE color: 1276467.
HSL color Cylindrical-coordinate representation of color #337A13: hue angle of 101.36º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #337A13 is Cyan = 0.58, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 51 | 122 | 19 | - |
| CMYK | 0.58 | 0 | 0.84 | 0.52 |
| HSL | 101.36º | 0.73% | 0.28% | - |
| HSV(B) | 101.36º | 0.84% | 0.48% | - |
| XYZ | 8.44 | 14.67 | 3 | - |
| YUV | 89.03 | 88.48 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 122 | 19 | 0.58 | 0 | 0.84 | 0.52 | 101.36 | 0.73 | 0.28 |
| Hex | 33 | 7A | 13 | 3A | 0 | 54 | 34 | 65 | 49 | 1C |
| Octal | 63 | 172 | 23 | 72 | 0 | 124 | 64 | 145 | 111 | 34 |
| Binary | 110011 | 1111010 | 10011 | 111010 | 0 | 1010100 | 110100 | 1100101 | 1001001 | 11100 |
Color Harmonies of #337A13
Complementary color
Monochromatic Colors of #337A13
Black with #337A13
Text Example
Text Example
White with #337A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337A13; }
p { color: rgb(51,122,19); }
H1.HeaderClassName
{
color: #337A13;
}
.AnyTagClassName
{
color: #337A13;
}
</style>
background-color css
<style>
a { background-color: #337A13; }
a { background-color: rgb(51,122,19); }
div.DivClassName
{
background-color: #337A13;
}
.BgClassName
{
background-color: #337A13;
}
</style>
border-color css
<style>
span { border-color: #337A13; }
span { border-color: rgb(51,122,19); }
td.TdClassName
{
border-color: #337A13;
}
.TagClassName
{
border-color: #337A13;
}
</style>