Shades of Bilbao #3C8011
Tints of Bilbao #3C8011
RGB
CMYK
RGB Variations
Color information
#3C8011 (or 0x3C8011) is known color: Bilbao. HEX triplet: 3C, 80 and 11. RGB value is (60,128,17). Sum of RGB (Red+Green+Blue) = 60+128+17=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 128 (50.39% from 255 or 62.44% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 128 - color contains mainly: green. Hex color #3C8011 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C8011 is #C37FEE. Grayscale: #5F5F5F. Windows color (decimal): -12812271 or 1146940. OLE color: 1146940.
HSL color Cylindrical-coordinate representation of color #3C8011: hue angle of 96.76º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C8011 is Cyan = 0.53, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 60 | 128 | 17 | - |
| CMYK | 0.53 | 0 | 0.87 | 0.50 |
| HSL | 96.76º | 0.77% | 0.28% | - |
| HSV(B) | 96.76º | 0.87% | 0.5% | - |
| XYZ | 9.68 | 16.44 | 3.19 | - |
| YUV | 95.01 | 83.97 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 128 | 17 | 0.53 | 0 | 0.87 | 0.50 | 96.76 | 0.77 | 0.28 |
| Hex | 3C | 80 | 11 | 35 | 0 | 57 | 32 | 61 | 4D | 1C |
| Octal | 74 | 200 | 21 | 65 | 0 | 127 | 62 | 141 | 115 | 34 |
| Binary | 111100 | 10000000 | 10001 | 110101 | 0 | 1010111 | 110010 | 1100001 | 1001101 | 11100 |
Color Harmonies of #3C8011
Complementary color
Monochromatic Colors of #3C8011
Black with #3C8011
Text Example
Text Example
White with #3C8011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8011; }
p { color: rgb(60,128,17); }
H1.HeaderClassName
{
color: #3C8011;
}
.AnyTagClassName
{
color: #3C8011;
}
</style>
background-color css
<style>
a { background-color: #3C8011; }
a { background-color: rgb(60,128,17); }
div.DivClassName
{
background-color: #3C8011;
}
.BgClassName
{
background-color: #3C8011;
}
</style>
border-color css
<style>
span { border-color: #3C8011; }
span { border-color: rgb(60,128,17); }
td.TdClassName
{
border-color: #3C8011;
}
.TagClassName
{
border-color: #3C8011;
}
</style>