Shades of Bilbao #337F07
Tints of Bilbao #337F07
RGB
CMYK
RGB Variations
Color information
#337F07 (or 0x337F07) is known color: Bilbao. HEX triplet: 33, 7F and 07. RGB value is (51,127,7). Sum of RGB (Red+Green+Blue) = 51+127+7=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 127 (50% from 255 or 68.65% from 185); Blue value is 7 (3.12% from 255 or 3.78% from 185); Max value from RGB is 127 - color contains mainly: green. Hex color #337F07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337F07 is #CC80F8. Grayscale: #5A5A5A. Windows color (decimal): -13402361 or 491315. OLE color: 491315.
HSL color Cylindrical-coordinate representation of color #337F07: hue angle of 98º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #337F07 is Cyan = 0.60, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 51 | 127 | 7 | - |
| CMYK | 0.60 | 0 | 0.94 | 0.50 |
| HSL | 98º | 0.9% | 0.26% | - |
| HSV(B) | 98º | 0.94% | 0.5% | - |
| XYZ | 8.99 | 15.9 | 2.8 | - |
| YUV | 90.6 | 80.82 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 127 | 7 | 0.60 | 0 | 0.94 | 0.50 | 98 | 0.9 | 0.26 |
| Hex | 33 | 7F | 7 | 3C | 0 | 5E | 32 | 62 | 5A | 1A |
| Octal | 63 | 177 | 7 | 74 | 0 | 136 | 62 | 142 | 132 | 32 |
| Binary | 110011 | 1111111 | 111 | 111100 | 0 | 1011110 | 110010 | 1100010 | 1011010 | 11010 |
Color Harmonies of #337F07
Complementary color
Monochromatic Colors of #337F07
Black with #337F07
Text Example
Text Example
White with #337F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337F07; }
p { color: rgb(51,127,7); }
H1.HeaderClassName
{
color: #337F07;
}
.AnyTagClassName
{
color: #337F07;
}
</style>
background-color css
<style>
a { background-color: #337F07; }
a { background-color: rgb(51,127,7); }
div.DivClassName
{
background-color: #337F07;
}
.BgClassName
{
background-color: #337F07;
}
</style>
border-color css
<style>
span { border-color: #337F07; }
span { border-color: rgb(51,127,7); }
td.TdClassName
{
border-color: #337F07;
}
.TagClassName
{
border-color: #337F07;
}
</style>