Shades of Bilbao #3C7300
Tints of Bilbao #3C7300
RGB
CMYK
RGB Variations
Color information
#3C7300 (or 0x3C7300) is known color: Bilbao. HEX triplet: 3C, 73 and 00. RGB value is (60,115,0). Sum of RGB (Red+Green+Blue) = 60+115+0=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 115 (45.31% from 255 or 65.71% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 115 - color contains mainly: green. Hex color #3C7300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7300 is #C38CFF. Grayscale: #555555. Windows color (decimal): -12815616 or 29500. OLE color: 29500.
HSL color Cylindrical-coordinate representation of color #3C7300: hue angle of 88.7º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C7300 is Cyan = 0.48, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 115 | 0 | - |
| CMYK | 0.48 | 0 | 1 | 0.55 |
| HSL | 88.7º | 1% | 0.23% | - |
| HSV(B) | 88.7º | 1% | 0.45% | - |
| XYZ | 7.99 | 13.22 | 2.13 | - |
| YUV | 85.45 | 79.78 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 115 | 0 | 0.48 | 0 | 1 | 0.55 | 88.7 | 1 | 0.23 |
| Hex | 3C | 73 | 0 | 30 | 0 | 64 | 37 | 59 | 64 | 17 |
| Octal | 74 | 163 | 0 | 60 | 0 | 144 | 67 | 131 | 144 | 27 |
| Binary | 111100 | 1110011 | 0 | 110000 | 0 | 1100100 | 110111 | 1011001 | 1100100 | 10111 |
Color Harmonies of #3C7300
Complementary color
Monochromatic Colors of #3C7300
Black with #3C7300
Text Example
Text Example
White with #3C7300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7300; }
p { color: rgb(60,115,0); }
H1.HeaderClassName
{
color: #3C7300;
}
.AnyTagClassName
{
color: #3C7300;
}
</style>
background-color css
<style>
a { background-color: #3C7300; }
a { background-color: rgb(60,115,0); }
div.DivClassName
{
background-color: #3C7300;
}
.BgClassName
{
background-color: #3C7300;
}
</style>
border-color css
<style>
span { border-color: #3C7300; }
span { border-color: rgb(60,115,0); }
td.TdClassName
{
border-color: #3C7300;
}
.TagClassName
{
border-color: #3C7300;
}
</style>