Shades of Bilbao #3C7003
Tints of Bilbao #3C7003
RGB
CMYK
RGB Variations
Color information
#3C7003 (or 0x3C7003) is known color: Bilbao. HEX triplet: 3C, 70 and 03. RGB value is (60,112,3). Sum of RGB (Red+Green+Blue) = 60+112+3=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 112 (44.14% from 255 or 64% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 112 - color contains mainly: green. Hex color #3C7003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7003 is #C38FFC. Grayscale: #545454. Windows color (decimal): -12816381 or 225340. OLE color: 225340.
HSL color Cylindrical-coordinate representation of color #3C7003: hue angle of 88.62º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C7003 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 112 | 3 | - |
| CMYK | 0.46 | 0 | 0.97 | 0.56 |
| HSL | 88.62º | 0.95% | 0.23% | - |
| HSV(B) | 88.62º | 0.97% | 0.44% | - |
| XYZ | 7.67 | 12.56 | 2.11 | - |
| YUV | 84.03 | 82.27 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 112 | 3 | 0.46 | 0 | 0.97 | 0.56 | 88.62 | 0.95 | 0.23 |
| Hex | 3C | 70 | 3 | 2E | 0 | 61 | 38 | 59 | 5F | 17 |
| Octal | 74 | 160 | 3 | 56 | 0 | 141 | 70 | 131 | 137 | 27 |
| Binary | 111100 | 1110000 | 11 | 101110 | 0 | 1100001 | 111000 | 1011001 | 1011111 | 10111 |
Color Harmonies of #3C7003
Complementary color
Monochromatic Colors of #3C7003
Black with #3C7003
Text Example
Text Example
White with #3C7003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7003; }
p { color: rgb(60,112,3); }
H1.HeaderClassName
{
color: #3C7003;
}
.AnyTagClassName
{
color: #3C7003;
}
</style>
background-color css
<style>
a { background-color: #3C7003; }
a { background-color: rgb(60,112,3); }
div.DivClassName
{
background-color: #3C7003;
}
.BgClassName
{
background-color: #3C7003;
}
</style>
border-color css
<style>
span { border-color: #3C7003; }
span { border-color: rgb(60,112,3); }
td.TdClassName
{
border-color: #3C7003;
}
.TagClassName
{
border-color: #3C7003;
}
</style>