Shades of Bilbao #337D01
Tints of Bilbao #337D01
RGB
CMYK
RGB Variations
Color information
#337D01 (or 0x337D01) is known color: Bilbao. HEX triplet: 33, 7D and 01. RGB value is (51,125,1). Sum of RGB (Red+Green+Blue) = 51+125+1=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 125 (49.22% from 255 or 70.62% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 125 - color contains mainly: green. Hex color #337D01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337D01 is #CC82FE. Grayscale: #595959. Windows color (decimal): -13402879 or 97587. OLE color: 97587.
HSL color Cylindrical-coordinate representation of color #337D01: hue angle of 95.81º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #337D01 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 125 | 1 | - |
| CMYK | 0.59 | 0 | 0.99 | 0.51 |
| HSL | 95.81º | 0.98% | 0.25% | - |
| HSV(B) | 95.81º | 0.99% | 0.49% | - |
| XYZ | 8.7 | 15.37 | 2.54 | - |
| YUV | 88.74 | 78.48 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 125 | 1 | 0.59 | 0 | 0.99 | 0.51 | 95.81 | 0.98 | 0.25 |
| Hex | 33 | 7D | 1 | 3B | 0 | 63 | 33 | 60 | 62 | 19 |
| Octal | 63 | 175 | 1 | 73 | 0 | 143 | 63 | 140 | 142 | 31 |
| Binary | 110011 | 1111101 | 1 | 111011 | 0 | 1100011 | 110011 | 1100000 | 1100010 | 11001 |
Color Harmonies of #337D01
Complementary color
Monochromatic Colors of #337D01
Black with #337D01
Text Example
Text Example
White with #337D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337D01; }
p { color: rgb(51,125,1); }
H1.HeaderClassName
{
color: #337D01;
}
.AnyTagClassName
{
color: #337D01;
}
</style>
background-color css
<style>
a { background-color: #337D01; }
a { background-color: rgb(51,125,1); }
div.DivClassName
{
background-color: #337D01;
}
.BgClassName
{
background-color: #337D01;
}
</style>
border-color css
<style>
span { border-color: #337D01; }
span { border-color: rgb(51,125,1); }
td.TdClassName
{
border-color: #337D01;
}
.TagClassName
{
border-color: #337D01;
}
</style>