Shades of Bilbao #3B7B10
Tints of Bilbao #3B7B10
RGB
CMYK
RGB Variations
Color information
#3B7B10 (or 0x3B7B10) is known color: Bilbao. HEX triplet: 3B, 7B and 10. RGB value is (59,123,16). Sum of RGB (Red+Green+Blue) = 59+123+16=198 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.80% from 198); Green value is 123 (48.44% from 255 or 62.12% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 123 - color contains mainly: green. Hex color #3B7B10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B7B10 is #C484EF. Grayscale: #5C5C5C. Windows color (decimal): -12879088 or 1080123. OLE color: 1080123.
HSL color Cylindrical-coordinate representation of color #3B7B10: hue angle of 95.89º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3B7B10 is Cyan = 0.52, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 59 | 123 | 16 | - |
| CMYK | 0.52 | 0 | 0.87 | 0.52 |
| HSL | 95.89º | 0.77% | 0.27% | - |
| HSV(B) | 95.89º | 0.87% | 0.48% | - |
| XYZ | 8.98 | 15.13 | 2.94 | - |
| YUV | 91.67 | 85.3 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 123 | 16 | 0.52 | 0 | 0.87 | 0.52 | 95.89 | 0.77 | 0.27 |
| Hex | 3B | 7B | 10 | 34 | 0 | 57 | 34 | 60 | 4D | 1B |
| Octal | 73 | 173 | 20 | 64 | 0 | 127 | 64 | 140 | 115 | 33 |
| Binary | 111011 | 1111011 | 10000 | 110100 | 0 | 1010111 | 110100 | 1100000 | 1001101 | 11011 |
Color Harmonies of #3B7B10
Complementary color
Monochromatic Colors of #3B7B10
Black with #3B7B10
Text Example
Text Example
White with #3B7B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7B10; }
p { color: rgb(59,123,16); }
H1.HeaderClassName
{
color: #3B7B10;
}
.AnyTagClassName
{
color: #3B7B10;
}
</style>
background-color css
<style>
a { background-color: #3B7B10; }
a { background-color: rgb(59,123,16); }
div.DivClassName
{
background-color: #3B7B10;
}
.BgClassName
{
background-color: #3B7B10;
}
</style>
border-color css
<style>
span { border-color: #3B7B10; }
span { border-color: rgb(59,123,16); }
td.TdClassName
{
border-color: #3B7B10;
}
.TagClassName
{
border-color: #3B7B10;
}
</style>