Shades of Bilbao #3B7B1B
Tints of Bilbao #3B7B1B
RGB
CMYK
RGB Variations
Color information
#3B7B1B (or 0x3B7B1B) is known color: Bilbao. HEX triplet: 3B, 7B and 1B. RGB value is (59,123,27). Sum of RGB (Red+Green+Blue) = 59+123+27=209 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.23% from 209); Green value is 123 (48.44% from 255 or 58.85% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 123 - color contains mainly: green. Hex color #3B7B1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7B1B is #C484E4. Grayscale: #5D5D5D. Windows color (decimal): -12879077 or 1801019. OLE color: 1801019.
HSL color Cylindrical-coordinate representation of color #3B7B1B: hue angle of 100º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B7B1B is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 59 | 123 | 27 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.52 |
| HSL | 100º | 0.64% | 0.29% | - |
| HSV(B) | 100º | 0.78% | 0.48% | - |
| XYZ | 9.08 | 15.17 | 3.49 | - |
| YUV | 92.92 | 90.8 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 123 | 27 | 0.52 | 0 | 0.78 | 0.52 | 100 | 0.64 | 0.29 |
| Hex | 3B | 7B | 1B | 34 | 0 | 4E | 34 | 64 | 40 | 1D |
| Octal | 73 | 173 | 33 | 64 | 0 | 116 | 64 | 144 | 100 | 35 |
| Binary | 111011 | 1111011 | 11011 | 110100 | 0 | 1001110 | 110100 | 1100100 | 1000000 | 11101 |
Color Harmonies of #3B7B1B
Complementary color
Monochromatic Colors of #3B7B1B
Black with #3B7B1B
Text Example
Text Example
White with #3B7B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7B1B; }
p { color: rgb(59,123,27); }
H1.HeaderClassName
{
color: #3B7B1B;
}
.AnyTagClassName
{
color: #3B7B1B;
}
</style>
background-color css
<style>
a { background-color: #3B7B1B; }
a { background-color: rgb(59,123,27); }
div.DivClassName
{
background-color: #3B7B1B;
}
.BgClassName
{
background-color: #3B7B1B;
}
</style>
border-color css
<style>
span { border-color: #3B7B1B; }
span { border-color: rgb(59,123,27); }
td.TdClassName
{
border-color: #3B7B1B;
}
.TagClassName
{
border-color: #3B7B1B;
}
</style>