Shades of Bilbao #3C861A
Tints of Bilbao #3C861A
RGB
CMYK
RGB Variations
Color information
#3C861A (or 0x3C861A) is known color: Bilbao. HEX triplet: 3C, 86 and 1A. RGB value is (60,134,26). Sum of RGB (Red+Green+Blue) = 60+134+26=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 134 (52.73% from 255 or 60.91% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 134 - color contains mainly: green. Hex color #3C861A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C861A is #C379E5. Grayscale: #636363. Windows color (decimal): -12810726 or 1738300. OLE color: 1738300.
HSL color Cylindrical-coordinate representation of color #3C861A: hue angle of 101.11º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C861A is Cyan = 0.55, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 134 | 26 | - |
| CMYK | 0.55 | 0 | 0.81 | 0.47 |
| HSL | 101.11º | 0.68% | 0.31% | - |
| HSV(B) | 101.11º | 0.81% | 0.53% | - |
| XYZ | 10.58 | 18.09 | 3.91 | - |
| YUV | 99.56 | 86.48 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 134 | 26 | 0.55 | 0 | 0.81 | 0.47 | 101.11 | 0.68 | 0.31 |
| Hex | 3C | 86 | 1A | 37 | 0 | 51 | 2F | 65 | 44 | 1F |
| Octal | 74 | 206 | 32 | 67 | 0 | 121 | 57 | 145 | 104 | 37 |
| Binary | 111100 | 10000110 | 11010 | 110111 | 0 | 1010001 | 101111 | 1100101 | 1000100 | 11111 |
Color Harmonies of #3C861A
Complementary color
Monochromatic Colors of #3C861A
Black with #3C861A
Text Example
Text Example
White with #3C861A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C861A; }
p { color: rgb(60,134,26); }
H1.HeaderClassName
{
color: #3C861A;
}
.AnyTagClassName
{
color: #3C861A;
}
</style>
background-color css
<style>
a { background-color: #3C861A; }
a { background-color: rgb(60,134,26); }
div.DivClassName
{
background-color: #3C861A;
}
.BgClassName
{
background-color: #3C861A;
}
</style>
border-color css
<style>
span { border-color: #3C861A; }
span { border-color: rgb(60,134,26); }
td.TdClassName
{
border-color: #3C861A;
}
.TagClassName
{
border-color: #3C861A;
}
</style>