Shades of Bilbao #3C8502
Tints of Bilbao #3C8502
RGB
CMYK
RGB Variations
Color information
#3C8502 (or 0x3C8502) is known color: Bilbao. HEX triplet: 3C, 85 and 02. RGB value is (60,133,2). Sum of RGB (Red+Green+Blue) = 60+133+2=195 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.77% from 195); Green value is 133 (52.34% from 255 or 68.21% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 133 - color contains mainly: green. Hex color #3C8502 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C8502 is #C37AFD. Grayscale: #606060. Windows color (decimal): -12811006 or 165180. OLE color: 165180.
HSL color Cylindrical-coordinate representation of color #3C8502: hue angle of 93.44º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C8502 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 60 | 133 | 2 | - |
| CMYK | 0.55 | 0 | 0.98 | 0.48 |
| HSL | 93.44º | 0.97% | 0.26% | - |
| HSV(B) | 93.44º | 0.98% | 0.52% | - |
| XYZ | 10.26 | 17.74 | 2.94 | - |
| YUV | 96.24 | 74.82 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 133 | 2 | 0.55 | 0 | 0.98 | 0.48 | 93.44 | 0.97 | 0.26 |
| Hex | 3C | 85 | 2 | 37 | 0 | 62 | 30 | 5D | 61 | 1A |
| Octal | 74 | 205 | 2 | 67 | 0 | 142 | 60 | 135 | 141 | 32 |
| Binary | 111100 | 10000101 | 10 | 110111 | 0 | 1100010 | 110000 | 1011101 | 1100001 | 11010 |
Color Harmonies of #3C8502
Complementary color
Monochromatic Colors of #3C8502
Black with #3C8502
Text Example
Text Example
White with #3C8502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8502; }
p { color: rgb(60,133,2); }
H1.HeaderClassName
{
color: #3C8502;
}
.AnyTagClassName
{
color: #3C8502;
}
</style>
background-color css
<style>
a { background-color: #3C8502; }
a { background-color: rgb(60,133,2); }
div.DivClassName
{
background-color: #3C8502;
}
.BgClassName
{
background-color: #3C8502;
}
</style>
border-color css
<style>
span { border-color: #3C8502; }
span { border-color: rgb(60,133,2); }
td.TdClassName
{
border-color: #3C8502;
}
.TagClassName
{
border-color: #3C8502;
}
</style>