Shades of Bilbao #3C7609
Tints of Bilbao #3C7609
RGB
CMYK
RGB Variations
Color information
#3C7609 (or 0x3C7609) is known color: Bilbao. HEX triplet: 3C, 76 and 09. RGB value is (60,118,9). Sum of RGB (Red+Green+Blue) = 60+118+9=187 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.09% from 187); Green value is 118 (46.48% from 255 or 63.10% from 187); Blue value is 9 (3.91% from 255 or 4.81% from 187); Max value from RGB is 118 - color contains mainly: green. Hex color #3C7609 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7609 is #C389F6. Grayscale: #585858. Windows color (decimal): -12814839 or 620092. OLE color: 620092.
HSL color Cylindrical-coordinate representation of color #3C7609: hue angle of 91.93º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C7609 is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 118 | 9 | - |
| CMYK | 0.49 | 0 | 0.92 | 0.54 |
| HSL | 91.93º | 0.86% | 0.25% | - |
| HSV(B) | 91.93º | 0.92% | 0.46% | - |
| XYZ | 8.39 | 13.94 | 2.51 | - |
| YUV | 88.23 | 83.28 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 118 | 9 | 0.49 | 0 | 0.92 | 0.54 | 91.93 | 0.86 | 0.25 |
| Hex | 3C | 76 | 9 | 31 | 0 | 5C | 36 | 5C | 56 | 19 |
| Octal | 74 | 166 | 11 | 61 | 0 | 134 | 66 | 134 | 126 | 31 |
| Binary | 111100 | 1110110 | 1001 | 110001 | 0 | 1011100 | 110110 | 1011100 | 1010110 | 11001 |
Color Harmonies of #3C7609
Complementary color
Monochromatic Colors of #3C7609
Black with #3C7609
Text Example
Text Example
White with #3C7609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7609; }
p { color: rgb(60,118,9); }
H1.HeaderClassName
{
color: #3C7609;
}
.AnyTagClassName
{
color: #3C7609;
}
</style>
background-color css
<style>
a { background-color: #3C7609; }
a { background-color: rgb(60,118,9); }
div.DivClassName
{
background-color: #3C7609;
}
.BgClassName
{
background-color: #3C7609;
}
</style>
border-color css
<style>
span { border-color: #3C7609; }
span { border-color: rgb(60,118,9); }
td.TdClassName
{
border-color: #3C7609;
}
.TagClassName
{
border-color: #3C7609;
}
</style>