Shades of Bilbao #3B732E
Tints of Bilbao #3B732E
RGB
CMYK
RGB Variations
Color information
#3B732E (or 0x3B732E) is known color: Bilbao. HEX triplet: 3B, 73 and 2E. RGB value is (59,115,46). Sum of RGB (Red+Green+Blue) = 59+115+46=220 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.82% from 220); Green value is 115 (45.31% from 255 or 52.27% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 115 - color contains mainly: green. Hex color #3B732E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B732E is #C48CD1. Grayscale: #5A5A5A. Windows color (decimal): -12881106 or 3044155. OLE color: 3044155.
HSL color Cylindrical-coordinate representation of color #3B732E: hue angle of 108.7º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B732E is Cyan = 0.49, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 115 | 46 | - |
| CMYK | 0.49 | 0 | 0.6 | 0.55 |
| HSL | 108.7º | 0.43% | 0.32% | - |
| HSV(B) | 108.7º | 0.6% | 0.45% | - |
| XYZ | 8.43 | 13.39 | 4.72 | - |
| YUV | 90.39 | 102.95 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 115 | 46 | 0.49 | 0 | 0.6 | 0.55 | 108.7 | 0.43 | 0.32 |
| Hex | 3B | 73 | 2E | 31 | 0 | 3C | 37 | 6D | 2B | 20 |
| Octal | 73 | 163 | 56 | 61 | 0 | 74 | 67 | 155 | 53 | 40 |
| Binary | 111011 | 1110011 | 101110 | 110001 | 0 | 111100 | 110111 | 1101101 | 101011 | 100000 |
Color Harmonies of #3B732E
Complementary color
Monochromatic Colors of #3B732E
Black with #3B732E
Text Example
Text Example
White with #3B732E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B732E; }
p { color: rgb(59,115,46); }
H1.HeaderClassName
{
color: #3B732E;
}
.AnyTagClassName
{
color: #3B732E;
}
</style>
background-color css
<style>
a { background-color: #3B732E; }
a { background-color: rgb(59,115,46); }
div.DivClassName
{
background-color: #3B732E;
}
.BgClassName
{
background-color: #3B732E;
}
</style>
border-color css
<style>
span { border-color: #3B732E; }
span { border-color: rgb(59,115,46); }
td.TdClassName
{
border-color: #3B732E;
}
.TagClassName
{
border-color: #3B732E;
}
</style>