Shades of Bilbao #3C7801
Tints of Bilbao #3C7801
RGB
CMYK
RGB Variations
Color information
#3C7801 (or 0x3C7801) is known color: Bilbao. HEX triplet: 3C, 78 and 01. RGB value is (60,120,1). Sum of RGB (Red+Green+Blue) = 60+120+1=181 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.15% from 181); Green value is 120 (47.27% from 255 or 66.30% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 120 - color contains mainly: green. Hex color #3C7801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7801 is #C387FE. Grayscale: #585858. Windows color (decimal): -12814335 or 96316. OLE color: 96316.
HSL color Cylindrical-coordinate representation of color #3C7801: hue angle of 90.25º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C7801 is Cyan = 0.5, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 120 | 1 | - |
| CMYK | 0.5 | 0 | 0.99 | 0.53 |
| HSL | 90.25º | 0.98% | 0.24% | - |
| HSV(B) | 90.25º | 0.99% | 0.47% | - |
| XYZ | 8.59 | 14.4 | 2.35 | - |
| YUV | 88.49 | 78.62 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 120 | 1 | 0.5 | 0 | 0.99 | 0.53 | 90.25 | 0.98 | 0.24 |
| Hex | 3C | 78 | 1 | 32 | 0 | 63 | 35 | 5A | 62 | 18 |
| Octal | 74 | 170 | 1 | 62 | 0 | 143 | 65 | 132 | 142 | 30 |
| Binary | 111100 | 1111000 | 1 | 110010 | 0 | 1100011 | 110101 | 1011010 | 1100010 | 11000 |
Color Harmonies of #3C7801
Complementary color
Monochromatic Colors of #3C7801
Black with #3C7801
Text Example
Text Example
White with #3C7801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7801; }
p { color: rgb(60,120,1); }
H1.HeaderClassName
{
color: #3C7801;
}
.AnyTagClassName
{
color: #3C7801;
}
</style>
background-color css
<style>
a { background-color: #3C7801; }
a { background-color: rgb(60,120,1); }
div.DivClassName
{
background-color: #3C7801;
}
.BgClassName
{
background-color: #3C7801;
}
</style>
border-color css
<style>
span { border-color: #3C7801; }
span { border-color: rgb(60,120,1); }
td.TdClassName
{
border-color: #3C7801;
}
.TagClassName
{
border-color: #3C7801;
}
</style>