Shades of Bilbao #3C8012
Tints of Bilbao #3C8012
RGB
CMYK
RGB Variations
Color information
#3C8012 (or 0x3C8012) is known color: Bilbao. HEX triplet: 3C, 80 and 12. RGB value is (60,128,18). Sum of RGB (Red+Green+Blue) = 60+128+18=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 128 (50.39% from 255 or 62.14% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 128 - color contains mainly: green. Hex color #3C8012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C8012 is #C37FED. Grayscale: #5F5F5F. Windows color (decimal): -12812270 or 1212476. OLE color: 1212476.
HSL color Cylindrical-coordinate representation of color #3C8012: hue angle of 97.09º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C8012 is Cyan = 0.53, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 60 | 128 | 18 | - |
| CMYK | 0.53 | 0 | 0.86 | 0.50 |
| HSL | 97.09º | 0.75% | 0.29% | - |
| HSV(B) | 97.09º | 0.86% | 0.5% | - |
| XYZ | 9.69 | 16.44 | 3.24 | - |
| YUV | 95.13 | 84.47 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 128 | 18 | 0.53 | 0 | 0.86 | 0.50 | 97.09 | 0.75 | 0.29 |
| Hex | 3C | 80 | 12 | 35 | 0 | 56 | 32 | 61 | 4B | 1D |
| Octal | 74 | 200 | 22 | 65 | 0 | 126 | 62 | 141 | 113 | 35 |
| Binary | 111100 | 10000000 | 10010 | 110101 | 0 | 1010110 | 110010 | 1100001 | 1001011 | 11101 |
Color Harmonies of #3C8012
Complementary color
Monochromatic Colors of #3C8012
Black with #3C8012
Text Example
Text Example
White with #3C8012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8012; }
p { color: rgb(60,128,18); }
H1.HeaderClassName
{
color: #3C8012;
}
.AnyTagClassName
{
color: #3C8012;
}
</style>
background-color css
<style>
a { background-color: #3C8012; }
a { background-color: rgb(60,128,18); }
div.DivClassName
{
background-color: #3C8012;
}
.BgClassName
{
background-color: #3C8012;
}
</style>
border-color css
<style>
span { border-color: #3C8012; }
span { border-color: rgb(60,128,18); }
td.TdClassName
{
border-color: #3C8012;
}
.TagClassName
{
border-color: #3C8012;
}
</style>