Shades of Bilbao #3C7126
Tints of Bilbao #3C7126
RGB
CMYK
RGB Variations
Color information
#3C7126 (or 0x3C7126) is known color: Bilbao. HEX triplet: 3C, 71 and 26. RGB value is (60,113,38). Sum of RGB (Red+Green+Blue) = 60+113+38=211 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.44% from 211); Green value is 113 (44.53% from 255 or 53.55% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 113 - color contains mainly: green. Hex color #3C7126 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7126 is #C38ED9. Grayscale: #585858. Windows color (decimal): -12816090 or 2519356. OLE color: 2519356.
HSL color Cylindrical-coordinate representation of color #3C7126: hue angle of 102.4º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C7126 is Cyan = 0.47, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 113 | 38 | - |
| CMYK | 0.47 | 0 | 0.66 | 0.56 |
| HSL | 102.4º | 0.5% | 0.3% | - |
| HSV(B) | 102.4º | 0.66% | 0.44% | - |
| XYZ | 8.12 | 12.91 | 3.9 | - |
| YUV | 88.6 | 99.44 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 113 | 38 | 0.47 | 0 | 0.66 | 0.56 | 102.4 | 0.5 | 0.3 |
| Hex | 3C | 71 | 26 | 2F | 0 | 42 | 38 | 66 | 32 | 1E |
| Octal | 74 | 161 | 46 | 57 | 0 | 102 | 70 | 146 | 62 | 36 |
| Binary | 111100 | 1110001 | 100110 | 101111 | 0 | 1000010 | 111000 | 1100110 | 110010 | 11110 |
Color Harmonies of #3C7126
Complementary color
Monochromatic Colors of #3C7126
Black with #3C7126
Text Example
Text Example
White with #3C7126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7126; }
p { color: rgb(60,113,38); }
H1.HeaderClassName
{
color: #3C7126;
}
.AnyTagClassName
{
color: #3C7126;
}
</style>
background-color css
<style>
a { background-color: #3C7126; }
a { background-color: rgb(60,113,38); }
div.DivClassName
{
background-color: #3C7126;
}
.BgClassName
{
background-color: #3C7126;
}
</style>
border-color css
<style>
span { border-color: #3C7126; }
span { border-color: rgb(60,113,38); }
td.TdClassName
{
border-color: #3C7126;
}
.TagClassName
{
border-color: #3C7126;
}
</style>