Shades of Bilbao #3C7305
Tints of Bilbao #3C7305
RGB
CMYK
RGB Variations
Color information
#3C7305 (or 0x3C7305) is known color: Bilbao. HEX triplet: 3C, 73 and 05. RGB value is (60,115,5). Sum of RGB (Red+Green+Blue) = 60+115+5=180 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.33% from 180); Green value is 115 (45.31% from 255 or 63.89% from 180); Blue value is 5 (2.34% from 255 or 2.78% from 180); Max value from RGB is 115 - color contains mainly: green. Hex color #3C7305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7305 is #C38CFA. Grayscale: #565656. Windows color (decimal): -12815611 or 357180. OLE color: 357180.
HSL color Cylindrical-coordinate representation of color #3C7305: hue angle of 90º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C7305 is Cyan = 0.48, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 115 | 5 | - |
| CMYK | 0.48 | 0 | 0.96 | 0.55 |
| HSL | 90º | 0.92% | 0.24% | - |
| HSV(B) | 90º | 0.96% | 0.45% | - |
| XYZ | 8.02 | 13.23 | 2.28 | - |
| YUV | 86.02 | 82.28 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 115 | 5 | 0.48 | 0 | 0.96 | 0.55 | 90 | 0.92 | 0.24 |
| Hex | 3C | 73 | 5 | 30 | 0 | 60 | 37 | 5A | 5C | 18 |
| Octal | 74 | 163 | 5 | 60 | 0 | 140 | 67 | 132 | 134 | 30 |
| Binary | 111100 | 1110011 | 101 | 110000 | 0 | 1100000 | 110111 | 1011010 | 1011100 | 11000 |
Color Harmonies of #3C7305
Complementary color
Monochromatic Colors of #3C7305
Black with #3C7305
Text Example
Text Example
White with #3C7305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7305; }
p { color: rgb(60,115,5); }
H1.HeaderClassName
{
color: #3C7305;
}
.AnyTagClassName
{
color: #3C7305;
}
</style>
background-color css
<style>
a { background-color: #3C7305; }
a { background-color: rgb(60,115,5); }
div.DivClassName
{
background-color: #3C7305;
}
.BgClassName
{
background-color: #3C7305;
}
</style>
border-color css
<style>
span { border-color: #3C7305; }
span { border-color: rgb(60,115,5); }
td.TdClassName
{
border-color: #3C7305;
}
.TagClassName
{
border-color: #3C7305;
}
</style>