Shades of Bilbao #3B7A1B
Tints of Bilbao #3B7A1B
RGB
CMYK
RGB Variations
Color information
#3B7A1B (or 0x3B7A1B) is known color: Bilbao. HEX triplet: 3B, 7A and 1B. RGB value is (59,122,27). Sum of RGB (Red+Green+Blue) = 59+122+27=208 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.37% from 208); Green value is 122 (48.05% from 255 or 58.65% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 122 - color contains mainly: green. Hex color #3B7A1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7A1B is #C485E4. Grayscale: #5C5C5C. Windows color (decimal): -12879333 or 1800763. OLE color: 1800763.
HSL color Cylindrical-coordinate representation of color #3B7A1B: hue angle of 99.79º 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 #3B7A1B is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 59 | 122 | 27 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.52 |
| HSL | 99.79º | 0.64% | 0.29% | - |
| HSV(B) | 99.79º | 0.78% | 0.48% | - |
| XYZ | 8.96 | 14.93 | 3.45 | - |
| YUV | 92.33 | 91.13 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 122 | 27 | 0.52 | 0 | 0.78 | 0.52 | 99.79 | 0.64 | 0.29 |
| Hex | 3B | 7A | 1B | 34 | 0 | 4E | 34 | 64 | 40 | 1D |
| Octal | 73 | 172 | 33 | 64 | 0 | 116 | 64 | 144 | 100 | 35 |
| Binary | 111011 | 1111010 | 11011 | 110100 | 0 | 1001110 | 110100 | 1100100 | 1000000 | 11101 |
Color Harmonies of #3B7A1B
Complementary color
Monochromatic Colors of #3B7A1B
Black with #3B7A1B
Text Example
Text Example
White with #3B7A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7A1B; }
p { color: rgb(59,122,27); }
H1.HeaderClassName
{
color: #3B7A1B;
}
.AnyTagClassName
{
color: #3B7A1B;
}
</style>
background-color css
<style>
a { background-color: #3B7A1B; }
a { background-color: rgb(59,122,27); }
div.DivClassName
{
background-color: #3B7A1B;
}
.BgClassName
{
background-color: #3B7A1B;
}
</style>
border-color css
<style>
span { border-color: #3B7A1B; }
span { border-color: rgb(59,122,27); }
td.TdClassName
{
border-color: #3B7A1B;
}
.TagClassName
{
border-color: #3B7A1B;
}
</style>