Shades of Bilbao #337C03
Tints of Bilbao #337C03
RGB
CMYK
RGB Variations
Color information
#337C03 (or 0x337C03) is known color: Bilbao. HEX triplet: 33, 7C and 03. RGB value is (51,124,3). Sum of RGB (Red+Green+Blue) = 51+124+3=178 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.65% from 178); Green value is 124 (48.83% from 255 or 69.66% from 178); Blue value is 3 (1.56% from 255 or 1.69% from 178); Max value from RGB is 124 - color contains mainly: green. Hex color #337C03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337C03 is #CC83FC. Grayscale: #585858. Windows color (decimal): -13403133 or 228403. OLE color: 228403.
HSL color Cylindrical-coordinate representation of color #337C03: hue angle of 96.2º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #337C03 is Cyan = 0.59, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 124 | 3 | - |
| CMYK | 0.59 | 0 | 0.98 | 0.51 |
| HSL | 96.2º | 0.95% | 0.25% | - |
| HSV(B) | 96.2º | 0.98% | 0.49% | - |
| XYZ | 8.59 | 15.13 | 2.55 | - |
| YUV | 88.38 | 79.82 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 124 | 3 | 0.59 | 0 | 0.98 | 0.51 | 96.2 | 0.95 | 0.25 |
| Hex | 33 | 7C | 3 | 3B | 0 | 62 | 33 | 60 | 5F | 19 |
| Octal | 63 | 174 | 3 | 73 | 0 | 142 | 63 | 140 | 137 | 31 |
| Binary | 110011 | 1111100 | 11 | 111011 | 0 | 1100010 | 110011 | 1100000 | 1011111 | 11001 |
Color Harmonies of #337C03
Complementary color
Monochromatic Colors of #337C03
Black with #337C03
Text Example
Text Example
White with #337C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337C03; }
p { color: rgb(51,124,3); }
H1.HeaderClassName
{
color: #337C03;
}
.AnyTagClassName
{
color: #337C03;
}
</style>
background-color css
<style>
a { background-color: #337C03; }
a { background-color: rgb(51,124,3); }
div.DivClassName
{
background-color: #337C03;
}
.BgClassName
{
background-color: #337C03;
}
</style>
border-color css
<style>
span { border-color: #337C03; }
span { border-color: rgb(51,124,3); }
td.TdClassName
{
border-color: #337C03;
}
.TagClassName
{
border-color: #337C03;
}
</style>