Shades of Bilbao #3C7905
Tints of Bilbao #3C7905
RGB
CMYK
RGB Variations
Color information
#3C7905 (or 0x3C7905) is known color: Bilbao. HEX triplet: 3C, 79 and 05. RGB value is (60,121,5). Sum of RGB (Red+Green+Blue) = 60+121+5=186 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.26% from 186); Green value is 121 (47.66% from 255 or 65.05% from 186); Blue value is 5 (2.34% from 255 or 2.69% from 186); Max value from RGB is 121 - color contains mainly: green. Hex color #3C7905 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7905 is #C386FA. Grayscale: #595959. Windows color (decimal): -12814075 or 358716. OLE color: 358716.
HSL color Cylindrical-coordinate representation of color #3C7905: hue angle of 91.55º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C7905 is Cyan = 0.50, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 121 | 5 | - |
| CMYK | 0.50 | 0 | 0.96 | 0.53 |
| HSL | 91.55º | 0.92% | 0.25% | - |
| HSV(B) | 91.55º | 0.96% | 0.47% | - |
| XYZ | 8.73 | 14.65 | 2.51 | - |
| YUV | 89.54 | 80.29 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 121 | 5 | 0.50 | 0 | 0.96 | 0.53 | 91.55 | 0.92 | 0.25 |
| Hex | 3C | 79 | 5 | 32 | 0 | 60 | 35 | 5C | 5C | 19 |
| Octal | 74 | 171 | 5 | 62 | 0 | 140 | 65 | 134 | 134 | 31 |
| Binary | 111100 | 1111001 | 101 | 110010 | 0 | 1100000 | 110101 | 1011100 | 1011100 | 11001 |
Color Harmonies of #3C7905
Complementary color
Monochromatic Colors of #3C7905
Black with #3C7905
Text Example
Text Example
White with #3C7905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7905; }
p { color: rgb(60,121,5); }
H1.HeaderClassName
{
color: #3C7905;
}
.AnyTagClassName
{
color: #3C7905;
}
</style>
background-color css
<style>
a { background-color: #3C7905; }
a { background-color: rgb(60,121,5); }
div.DivClassName
{
background-color: #3C7905;
}
.BgClassName
{
background-color: #3C7905;
}
</style>
border-color css
<style>
span { border-color: #3C7905; }
span { border-color: rgb(60,121,5); }
td.TdClassName
{
border-color: #3C7905;
}
.TagClassName
{
border-color: #3C7905;
}
</style>