Shades of Bilbao #3B820F
Tints of Bilbao #3B820F
RGB
CMYK
RGB Variations
Color information
#3B820F (or 0x3B820F) is known color: Bilbao. HEX triplet: 3B, 82 and 0F. RGB value is (59,130,15). Sum of RGB (Red+Green+Blue) = 59+130+15=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 130 (51.17% from 255 or 63.73% from 204); Blue value is 15 (6.25% from 255 or 7.35% from 204); Max value from RGB is 130 - color contains mainly: green. Hex color #3B820F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3B820F is #C47DF0. Grayscale: #606060. Windows color (decimal): -12877297 or 1016379. OLE color: 1016379.
HSL color Cylindrical-coordinate representation of color #3B820F: hue angle of 97.04º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B820F is Cyan = 0.55, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 59 | 130 | 15 | - |
| CMYK | 0.55 | 0 | 0.88 | 0.49 |
| HSL | 97.04º | 0.79% | 0.28% | - |
| HSV(B) | 97.04º | 0.88% | 0.51% | - |
| XYZ | 9.87 | 16.93 | 3.2 | - |
| YUV | 95.66 | 82.48 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 130 | 15 | 0.55 | 0 | 0.88 | 0.49 | 97.04 | 0.79 | 0.28 |
| Hex | 3B | 82 | F | 37 | 0 | 58 | 31 | 61 | 4F | 1C |
| Octal | 73 | 202 | 17 | 67 | 0 | 130 | 61 | 141 | 117 | 34 |
| Binary | 111011 | 10000010 | 1111 | 110111 | 0 | 1011000 | 110001 | 1100001 | 1001111 | 11100 |
Color Harmonies of #3B820F
Complementary color
Monochromatic Colors of #3B820F
Black with #3B820F
Text Example
Text Example
White with #3B820F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B820F; }
p { color: rgb(59,130,15); }
H1.HeaderClassName
{
color: #3B820F;
}
.AnyTagClassName
{
color: #3B820F;
}
</style>
background-color css
<style>
a { background-color: #3B820F; }
a { background-color: rgb(59,130,15); }
div.DivClassName
{
background-color: #3B820F;
}
.BgClassName
{
background-color: #3B820F;
}
</style>
border-color css
<style>
span { border-color: #3B820F; }
span { border-color: rgb(59,130,15); }
td.TdClassName
{
border-color: #3B820F;
}
.TagClassName
{
border-color: #3B820F;
}
</style>