Shades of Bilbao #3B750A
Tints of Bilbao #3B750A
RGB
CMYK
RGB Variations
Color information
#3B750A (or 0x3B750A) is known color: Bilbao. HEX triplet: 3B, 75 and 0A. RGB value is (59,117,10). Sum of RGB (Red+Green+Blue) = 59+117+10=186 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.72% from 186); Green value is 117 (46.09% from 255 or 62.90% from 186); Blue value is 10 (4.30% from 255 or 5.38% from 186); Max value from RGB is 117 - color contains mainly: green. Hex color #3B750A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B750A is #C48AF5. Grayscale: #575757. Windows color (decimal): -12880630 or 685371. OLE color: 685371.
HSL color Cylindrical-coordinate representation of color #3B750A: hue angle of 92.52º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3B750A is Cyan = 0.50, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 59 | 117 | 10 | - |
| CMYK | 0.50 | 0 | 0.91 | 0.54 |
| HSL | 92.52º | 0.84% | 0.25% | - |
| HSV(B) | 92.52º | 0.91% | 0.46% | - |
| XYZ | 8.22 | 13.67 | 2.49 | - |
| YUV | 87.46 | 84.28 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 117 | 10 | 0.50 | 0 | 0.91 | 0.54 | 92.52 | 0.84 | 0.25 |
| Hex | 3B | 75 | A | 32 | 0 | 5B | 36 | 5D | 54 | 19 |
| Octal | 73 | 165 | 12 | 62 | 0 | 133 | 66 | 135 | 124 | 31 |
| Binary | 111011 | 1110101 | 1010 | 110010 | 0 | 1011011 | 110110 | 1011101 | 1010100 | 11001 |
Color Harmonies of #3B750A
Complementary color
Monochromatic Colors of #3B750A
Black with #3B750A
Text Example
Text Example
White with #3B750A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B750A; }
p { color: rgb(59,117,10); }
H1.HeaderClassName
{
color: #3B750A;
}
.AnyTagClassName
{
color: #3B750A;
}
</style>
background-color css
<style>
a { background-color: #3B750A; }
a { background-color: rgb(59,117,10); }
div.DivClassName
{
background-color: #3B750A;
}
.BgClassName
{
background-color: #3B750A;
}
</style>
border-color css
<style>
span { border-color: #3B750A; }
span { border-color: rgb(59,117,10); }
td.TdClassName
{
border-color: #3B750A;
}
.TagClassName
{
border-color: #3B750A;
}
</style>