Shades of Bilbao #3C7308
Tints of Bilbao #3C7308
RGB
CMYK
RGB Variations
Color information
#3C7308 (or 0x3C7308) is known color: Bilbao. HEX triplet: 3C, 73 and 08. RGB value is (60,115,8). Sum of RGB (Red+Green+Blue) = 60+115+8=183 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.79% from 183); Green value is 115 (45.31% from 255 or 62.84% from 183); Blue value is 8 (3.52% from 255 or 4.37% from 183); Max value from RGB is 115 - color contains mainly: green. Hex color #3C7308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7308 is #C38CF7. Grayscale: #565656. Windows color (decimal): -12815608 or 553788. OLE color: 553788.
HSL color Cylindrical-coordinate representation of color #3C7308: hue angle of 90.84º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C7308 is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 115 | 8 | - |
| CMYK | 0.48 | 0 | 0.93 | 0.55 |
| HSL | 90.84º | 0.87% | 0.24% | - |
| HSV(B) | 90.84º | 0.93% | 0.45% | - |
| XYZ | 8.04 | 13.24 | 2.36 | - |
| YUV | 86.36 | 83.78 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 115 | 8 | 0.48 | 0 | 0.93 | 0.55 | 90.84 | 0.87 | 0.24 |
| Hex | 3C | 73 | 8 | 30 | 0 | 5D | 37 | 5B | 57 | 18 |
| Octal | 74 | 163 | 10 | 60 | 0 | 135 | 67 | 133 | 127 | 30 |
| Binary | 111100 | 1110011 | 1000 | 110000 | 0 | 1011101 | 110111 | 1011011 | 1010111 | 11000 |
Color Harmonies of #3C7308
Complementary color
Monochromatic Colors of #3C7308
Black with #3C7308
Text Example
Text Example
White with #3C7308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7308; }
p { color: rgb(60,115,8); }
H1.HeaderClassName
{
color: #3C7308;
}
.AnyTagClassName
{
color: #3C7308;
}
</style>
background-color css
<style>
a { background-color: #3C7308; }
a { background-color: rgb(60,115,8); }
div.DivClassName
{
background-color: #3C7308;
}
.BgClassName
{
background-color: #3C7308;
}
</style>
border-color css
<style>
span { border-color: #3C7308; }
span { border-color: rgb(60,115,8); }
td.TdClassName
{
border-color: #3C7308;
}
.TagClassName
{
border-color: #3C7308;
}
</style>