Shades of Bilbao #3C7105
Tints of Bilbao #3C7105
RGB
CMYK
RGB Variations
Color information
#3C7105 (or 0x3C7105) is known color: Bilbao. HEX triplet: 3C, 71 and 05. RGB value is (60,113,5). Sum of RGB (Red+Green+Blue) = 60+113+5=178 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.71% from 178); Green value is 113 (44.53% from 255 or 63.48% from 178); Blue value is 5 (2.34% from 255 or 2.81% from 178); Max value from RGB is 113 - color contains mainly: green. Hex color #3C7105 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7105 is #C38EFA. Grayscale: #555555. Windows color (decimal): -12816123 or 356668. OLE color: 356668.
HSL color Cylindrical-coordinate representation of color #3C7105: hue angle of 89.44º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C7105 is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 113 | 5 | - |
| CMYK | 0.47 | 0 | 0.96 | 0.56 |
| HSL | 89.44º | 0.92% | 0.23% | - |
| HSV(B) | 89.44º | 0.96% | 0.44% | - |
| XYZ | 7.8 | 12.78 | 2.2 | - |
| YUV | 84.84 | 82.94 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 113 | 5 | 0.47 | 0 | 0.96 | 0.56 | 89.44 | 0.92 | 0.23 |
| Hex | 3C | 71 | 5 | 2F | 0 | 60 | 38 | 59 | 5C | 17 |
| Octal | 74 | 161 | 5 | 57 | 0 | 140 | 70 | 131 | 134 | 27 |
| Binary | 111100 | 1110001 | 101 | 101111 | 0 | 1100000 | 111000 | 1011001 | 1011100 | 10111 |
Color Harmonies of #3C7105
Complementary color
Monochromatic Colors of #3C7105
Black with #3C7105
Text Example
Text Example
White with #3C7105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7105; }
p { color: rgb(60,113,5); }
H1.HeaderClassName
{
color: #3C7105;
}
.AnyTagClassName
{
color: #3C7105;
}
</style>
background-color css
<style>
a { background-color: #3C7105; }
a { background-color: rgb(60,113,5); }
div.DivClassName
{
background-color: #3C7105;
}
.BgClassName
{
background-color: #3C7105;
}
</style>
border-color css
<style>
span { border-color: #3C7105; }
span { border-color: rgb(60,113,5); }
td.TdClassName
{
border-color: #3C7105;
}
.TagClassName
{
border-color: #3C7105;
}
</style>