Shades of Bilbao #3C7403
Tints of Bilbao #3C7403
RGB
CMYK
RGB Variations
Color information
#3C7403 (or 0x3C7403) is known color: Bilbao. HEX triplet: 3C, 74 and 03. RGB value is (60,116,3). Sum of RGB (Red+Green+Blue) = 60+116+3=179 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.52% from 179); Green value is 116 (45.70% from 255 or 64.80% from 179); Blue value is 3 (1.56% from 255 or 1.68% from 179); Max value from RGB is 116 - color contains mainly: green. Hex color #3C7403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7403 is #C38BFC. Grayscale: #565656. Windows color (decimal): -12815357 or 226364. OLE color: 226364.
HSL color Cylindrical-coordinate representation of color #3C7403: hue angle of 89.73º degrees, saturation: 0.95, 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 #3C7403 is Cyan = 0.48, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 116 | 3 | - |
| CMYK | 0.48 | 0 | 0.97 | 0.55 |
| HSL | 89.73º | 0.95% | 0.23% | - |
| HSV(B) | 89.73º | 0.97% | 0.45% | - |
| XYZ | 8.13 | 13.46 | 2.26 | - |
| YUV | 86.37 | 80.95 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 116 | 3 | 0.48 | 0 | 0.97 | 0.55 | 89.73 | 0.95 | 0.23 |
| Hex | 3C | 74 | 3 | 30 | 0 | 61 | 37 | 5A | 5F | 17 |
| Octal | 74 | 164 | 3 | 60 | 0 | 141 | 67 | 132 | 137 | 27 |
| Binary | 111100 | 1110100 | 11 | 110000 | 0 | 1100001 | 110111 | 1011010 | 1011111 | 10111 |
Color Harmonies of #3C7403
Complementary color
Monochromatic Colors of #3C7403
Black with #3C7403
Text Example
Text Example
White with #3C7403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7403; }
p { color: rgb(60,116,3); }
H1.HeaderClassName
{
color: #3C7403;
}
.AnyTagClassName
{
color: #3C7403;
}
</style>
background-color css
<style>
a { background-color: #3C7403; }
a { background-color: rgb(60,116,3); }
div.DivClassName
{
background-color: #3C7403;
}
.BgClassName
{
background-color: #3C7403;
}
</style>
border-color css
<style>
span { border-color: #3C7403; }
span { border-color: rgb(60,116,3); }
td.TdClassName
{
border-color: #3C7403;
}
.TagClassName
{
border-color: #3C7403;
}
</style>