Shades of Bilbao #3C801B
Tints of Bilbao #3C801B
RGB
CMYK
RGB Variations
Color information
#3C801B (or 0x3C801B) is known color: Bilbao. HEX triplet: 3C, 80 and 1B. RGB value is (60,128,27). Sum of RGB (Red+Green+Blue) = 60+128+27=215 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.91% from 215); Green value is 128 (50.39% from 255 or 59.53% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 128 - color contains mainly: green. Hex color #3C801B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C801B is #C37FE4. Grayscale: #606060. Windows color (decimal): -12812261 or 1802300. OLE color: 1802300.
HSL color Cylindrical-coordinate representation of color #3C801B: hue angle of 100.4º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C801B is Cyan = 0.53, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 60 | 128 | 27 | - |
| CMYK | 0.53 | 0 | 0.79 | 0.50 |
| HSL | 100.4º | 0.65% | 0.3% | - |
| HSV(B) | 100.4º | 0.79% | 0.5% | - |
| XYZ | 9.78 | 16.48 | 3.7 | - |
| YUV | 96.15 | 88.97 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 128 | 27 | 0.53 | 0 | 0.79 | 0.50 | 100.4 | 0.65 | 0.3 |
| Hex | 3C | 80 | 1B | 35 | 0 | 4F | 32 | 64 | 41 | 1E |
| Octal | 74 | 200 | 33 | 65 | 0 | 117 | 62 | 144 | 101 | 36 |
| Binary | 111100 | 10000000 | 11011 | 110101 | 0 | 1001111 | 110010 | 1100100 | 1000001 | 11110 |
Color Harmonies of #3C801B
Complementary color
Monochromatic Colors of #3C801B
Black with #3C801B
Text Example
Text Example
White with #3C801B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C801B; }
p { color: rgb(60,128,27); }
H1.HeaderClassName
{
color: #3C801B;
}
.AnyTagClassName
{
color: #3C801B;
}
</style>
background-color css
<style>
a { background-color: #3C801B; }
a { background-color: rgb(60,128,27); }
div.DivClassName
{
background-color: #3C801B;
}
.BgClassName
{
background-color: #3C801B;
}
</style>
border-color css
<style>
span { border-color: #3C801B; }
span { border-color: rgb(60,128,27); }
td.TdClassName
{
border-color: #3C801B;
}
.TagClassName
{
border-color: #3C801B;
}
</style>