Shades of Bilbao #3C8303
Tints of Bilbao #3C8303
RGB
CMYK
RGB Variations
Color information
#3C8303 (or 0x3C8303) is known color: Bilbao. HEX triplet: 3C, 83 and 03. RGB value is (60,131,3). Sum of RGB (Red+Green+Blue) = 60+131+3=194 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.93% from 194); Green value is 131 (51.56% from 255 or 67.53% from 194); Blue value is 3 (1.56% from 255 or 1.55% from 194); Max value from RGB is 131 - color contains mainly: green. Hex color #3C8303 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C8303 is #C37CFC. Grayscale: #5F5F5F. Windows color (decimal): -12811517 or 230204. OLE color: 230204.
HSL color Cylindrical-coordinate representation of color #3C8303: hue angle of 93.28º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C8303 is Cyan = 0.54, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 60 | 131 | 3 | - |
| CMYK | 0.54 | 0 | 0.98 | 0.49 |
| HSL | 93.28º | 0.96% | 0.26% | - |
| HSV(B) | 93.28º | 0.98% | 0.51% | - |
| XYZ | 10 | 17.2 | 2.88 | - |
| YUV | 95.18 | 75.98 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 131 | 3 | 0.54 | 0 | 0.98 | 0.49 | 93.28 | 0.96 | 0.26 |
| Hex | 3C | 83 | 3 | 36 | 0 | 62 | 31 | 5D | 60 | 1A |
| Octal | 74 | 203 | 3 | 66 | 0 | 142 | 61 | 135 | 140 | 32 |
| Binary | 111100 | 10000011 | 11 | 110110 | 0 | 1100010 | 110001 | 1011101 | 1100000 | 11010 |
Color Harmonies of #3C8303
Complementary color
Monochromatic Colors of #3C8303
Black with #3C8303
Text Example
Text Example
White with #3C8303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8303; }
p { color: rgb(60,131,3); }
H1.HeaderClassName
{
color: #3C8303;
}
.AnyTagClassName
{
color: #3C8303;
}
</style>
background-color css
<style>
a { background-color: #3C8303; }
a { background-color: rgb(60,131,3); }
div.DivClassName
{
background-color: #3C8303;
}
.BgClassName
{
background-color: #3C8303;
}
</style>
border-color css
<style>
span { border-color: #3C8303; }
span { border-color: rgb(60,131,3); }
td.TdClassName
{
border-color: #3C8303;
}
.TagClassName
{
border-color: #3C8303;
}
</style>