Shades of Bilbao #337127
Tints of Bilbao #337127
RGB
CMYK
RGB Variations
Color information
#337127 (or 0x337127) is known color: Bilbao. HEX triplet: 33, 71 and 27. RGB value is (51,113,39). Sum of RGB (Red+Green+Blue) = 51+113+39=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 113 (44.53% from 255 or 55.67% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 113 - color contains mainly: green. Hex color #337127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337127 is #CC8ED8. Grayscale: #565656. Windows color (decimal): -13405913 or 2584883. OLE color: 2584883.
HSL color Cylindrical-coordinate representation of color #337127: hue angle of 110.27º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #337127 is Cyan = 0.55, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 113 | 39 | - |
| CMYK | 0.55 | 0 | 0.65 | 0.56 |
| HSL | 110.27º | 0.49% | 0.3% | - |
| HSV(B) | 110.27º | 0.65% | 0.44% | - |
| XYZ | 7.64 | 12.66 | 3.96 | - |
| YUV | 86.03 | 101.46 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 113 | 39 | 0.55 | 0 | 0.65 | 0.56 | 110.27 | 0.49 | 0.3 |
| Hex | 33 | 71 | 27 | 37 | 0 | 41 | 38 | 6E | 31 | 1E |
| Octal | 63 | 161 | 47 | 67 | 0 | 101 | 70 | 156 | 61 | 36 |
| Binary | 110011 | 1110001 | 100111 | 110111 | 0 | 1000001 | 111000 | 1101110 | 110001 | 11110 |
Color Harmonies of #337127
Complementary color
Monochromatic Colors of #337127
Black with #337127
Text Example
Text Example
White with #337127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337127; }
p { color: rgb(51,113,39); }
H1.HeaderClassName
{
color: #337127;
}
.AnyTagClassName
{
color: #337127;
}
</style>
background-color css
<style>
a { background-color: #337127; }
a { background-color: rgb(51,113,39); }
div.DivClassName
{
background-color: #337127;
}
.BgClassName
{
background-color: #337127;
}
</style>
border-color css
<style>
span { border-color: #337127; }
span { border-color: rgb(51,113,39); }
td.TdClassName
{
border-color: #337127;
}
.TagClassName
{
border-color: #337127;
}
</style>