Shades of Bilbao #3C861F
Tints of Bilbao #3C861F
RGB
CMYK
RGB Variations
Color information
#3C861F (or 0x3C861F) is known color: Bilbao. HEX triplet: 3C, 86 and 1F. RGB value is (60,134,31). Sum of RGB (Red+Green+Blue) = 60+134+31=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 134 (52.73% from 255 or 59.56% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 134 - color contains mainly: green. Hex color #3C861F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C861F is #C379E0. Grayscale: #646464. Windows color (decimal): -12810721 or 2065980. OLE color: 2065980.
HSL color Cylindrical-coordinate representation of color #3C861F: hue angle of 103.11º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C861F is Cyan = 0.55, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 134 | 31 | - |
| CMYK | 0.55 | 0 | 0.77 | 0.47 |
| HSL | 103.11º | 0.62% | 0.32% | - |
| HSV(B) | 103.11º | 0.77% | 0.53% | - |
| XYZ | 10.64 | 18.11 | 4.23 | - |
| YUV | 100.13 | 88.98 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 134 | 31 | 0.55 | 0 | 0.77 | 0.47 | 103.11 | 0.62 | 0.32 |
| Hex | 3C | 86 | 1F | 37 | 0 | 4D | 2F | 67 | 3E | 20 |
| Octal | 74 | 206 | 37 | 67 | 0 | 115 | 57 | 147 | 76 | 40 |
| Binary | 111100 | 10000110 | 11111 | 110111 | 0 | 1001101 | 101111 | 1100111 | 111110 | 100000 |
Color Harmonies of #3C861F
Complementary color
Monochromatic Colors of #3C861F
Black with #3C861F
Text Example
Text Example
White with #3C861F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C861F; }
p { color: rgb(60,134,31); }
H1.HeaderClassName
{
color: #3C861F;
}
.AnyTagClassName
{
color: #3C861F;
}
</style>
background-color css
<style>
a { background-color: #3C861F; }
a { background-color: rgb(60,134,31); }
div.DivClassName
{
background-color: #3C861F;
}
.BgClassName
{
background-color: #3C861F;
}
</style>
border-color css
<style>
span { border-color: #3C861F; }
span { border-color: rgb(60,134,31); }
td.TdClassName
{
border-color: #3C861F;
}
.TagClassName
{
border-color: #3C861F;
}
</style>