Shades of Bilbao #3C8701
Tints of Bilbao #3C8701
RGB
CMYK
RGB Variations
Color information
#3C8701 (or 0x3C8701) is known color: Bilbao. HEX triplet: 3C, 87 and 01. RGB value is (60,135,1). Sum of RGB (Red+Green+Blue) = 60+135+1=196 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.61% from 196); Green value is 135 (53.12% from 255 or 68.88% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 135 - color contains mainly: green. Hex color #3C8701 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C8701 is #C378FE. Grayscale: #616161. Windows color (decimal): -12810495 or 100156. OLE color: 100156.
HSL color Cylindrical-coordinate representation of color #3C8701: hue angle of 93.58º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C8701 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 135 | 1 | - |
| CMYK | 0.56 | 0 | 0.99 | 0.47 |
| HSL | 93.58º | 0.99% | 0.27% | - |
| HSV(B) | 93.58º | 0.99% | 0.53% | - |
| XYZ | 10.53 | 18.29 | 3 | - |
| YUV | 97.3 | 73.65 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 135 | 1 | 0.56 | 0 | 0.99 | 0.47 | 93.58 | 0.99 | 0.27 |
| Hex | 3C | 87 | 1 | 38 | 0 | 63 | 2F | 5E | 63 | 1B |
| Octal | 74 | 207 | 1 | 70 | 0 | 143 | 57 | 136 | 143 | 33 |
| Binary | 111100 | 10000111 | 1 | 111000 | 0 | 1100011 | 101111 | 1011110 | 1100011 | 11011 |
Color Harmonies of #3C8701
Complementary color
Monochromatic Colors of #3C8701
Black with #3C8701
Text Example
Text Example
White with #3C8701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8701; }
p { color: rgb(60,135,1); }
H1.HeaderClassName
{
color: #3C8701;
}
.AnyTagClassName
{
color: #3C8701;
}
</style>
background-color css
<style>
a { background-color: #3C8701; }
a { background-color: rgb(60,135,1); }
div.DivClassName
{
background-color: #3C8701;
}
.BgClassName
{
background-color: #3C8701;
}
</style>
border-color css
<style>
span { border-color: #3C8701; }
span { border-color: rgb(60,135,1); }
td.TdClassName
{
border-color: #3C8701;
}
.TagClassName
{
border-color: #3C8701;
}
</style>