Shades of Bilbao #3C7304
Tints of Bilbao #3C7304
RGB
CMYK
RGB Variations
Color information
#3C7304 (or 0x3C7304) is known color: Bilbao. HEX triplet: 3C, 73 and 04. RGB value is (60,115,4). Sum of RGB (Red+Green+Blue) = 60+115+4=179 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.52% from 179); Green value is 115 (45.31% from 255 or 64.25% from 179); Blue value is 4 (1.95% from 255 or 2.23% from 179); Max value from RGB is 115 - color contains mainly: green. Hex color #3C7304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7304 is #C38CFB. Grayscale: #565656. Windows color (decimal): -12815612 or 291644. OLE color: 291644.
HSL color Cylindrical-coordinate representation of color #3C7304: hue angle of 89.73º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C7304 is Cyan = 0.48, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 115 | 4 | - |
| CMYK | 0.48 | 0 | 0.97 | 0.55 |
| HSL | 89.73º | 0.93% | 0.23% | - |
| HSV(B) | 89.73º | 0.97% | 0.45% | - |
| XYZ | 8.02 | 13.23 | 2.25 | - |
| YUV | 85.9 | 81.78 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 115 | 4 | 0.48 | 0 | 0.97 | 0.55 | 89.73 | 0.93 | 0.23 |
| Hex | 3C | 73 | 4 | 30 | 0 | 61 | 37 | 5A | 5D | 17 |
| Octal | 74 | 163 | 4 | 60 | 0 | 141 | 67 | 132 | 135 | 27 |
| Binary | 111100 | 1110011 | 100 | 110000 | 0 | 1100001 | 110111 | 1011010 | 1011101 | 10111 |
Color Harmonies of #3C7304
Complementary color
Monochromatic Colors of #3C7304
Black with #3C7304
Text Example
Text Example
White with #3C7304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7304; }
p { color: rgb(60,115,4); }
H1.HeaderClassName
{
color: #3C7304;
}
.AnyTagClassName
{
color: #3C7304;
}
</style>
background-color css
<style>
a { background-color: #3C7304; }
a { background-color: rgb(60,115,4); }
div.DivClassName
{
background-color: #3C7304;
}
.BgClassName
{
background-color: #3C7304;
}
</style>
border-color css
<style>
span { border-color: #3C7304; }
span { border-color: rgb(60,115,4); }
td.TdClassName
{
border-color: #3C7304;
}
.TagClassName
{
border-color: #3C7304;
}
</style>