Shades of Bilbao #3B732F
Tints of Bilbao #3B732F
RGB
CMYK
RGB Variations
Color information
#3B732F (or 0x3B732F) is known color: Bilbao. HEX triplet: 3B, 73 and 2F. RGB value is (59,115,47). Sum of RGB (Red+Green+Blue) = 59+115+47=221 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.70% from 221); Green value is 115 (45.31% from 255 or 52.04% from 221); Blue value is 47 (18.75% from 255 or 21.27% from 221); Max value from RGB is 115 - color contains mainly: green. Hex color #3B732F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B732F is #C48CD0. Grayscale: #5A5A5A. Windows color (decimal): -12881105 or 3109691. OLE color: 3109691.
HSL color Cylindrical-coordinate representation of color #3B732F: hue angle of 109.41º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B732F is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 115 | 47 | - |
| CMYK | 0.49 | 0 | 0.59 | 0.55 |
| HSL | 109.41º | 0.42% | 0.32% | - |
| HSV(B) | 109.41º | 0.59% | 0.45% | - |
| XYZ | 8.45 | 13.4 | 4.83 | - |
| YUV | 90.5 | 103.45 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 115 | 47 | 0.49 | 0 | 0.59 | 0.55 | 109.41 | 0.42 | 0.32 |
| Hex | 3B | 73 | 2F | 31 | 0 | 3B | 37 | 6D | 2A | 20 |
| Octal | 73 | 163 | 57 | 61 | 0 | 73 | 67 | 155 | 52 | 40 |
| Binary | 111011 | 1110011 | 101111 | 110001 | 0 | 111011 | 110111 | 1101101 | 101010 | 100000 |
Color Harmonies of #3B732F
Complementary color
Monochromatic Colors of #3B732F
Black with #3B732F
Text Example
Text Example
White with #3B732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B732F; }
p { color: rgb(59,115,47); }
H1.HeaderClassName
{
color: #3B732F;
}
.AnyTagClassName
{
color: #3B732F;
}
</style>
background-color css
<style>
a { background-color: #3B732F; }
a { background-color: rgb(59,115,47); }
div.DivClassName
{
background-color: #3B732F;
}
.BgClassName
{
background-color: #3B732F;
}
</style>
border-color css
<style>
span { border-color: #3B732F; }
span { border-color: rgb(59,115,47); }
td.TdClassName
{
border-color: #3B732F;
}
.TagClassName
{
border-color: #3B732F;
}
</style>