Shades of Bilbao #3C880F
Tints of Bilbao #3C880F
RGB
CMYK
RGB Variations
Color information
#3C880F (or 0x3C880F) is known color: Bilbao. HEX triplet: 3C, 88 and 0F. RGB value is (60,136,15). Sum of RGB (Red+Green+Blue) = 60+136+15=211 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.44% from 211); Green value is 136 (53.52% from 255 or 64.45% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 136 - color contains mainly: green. Hex color #3C880F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C880F is #C377F0. Grayscale: #636363. Windows color (decimal): -12810225 or 1017916. OLE color: 1017916.
HSL color Cylindrical-coordinate representation of color #3C880F: hue angle of 97.69º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C880F is Cyan = 0.56, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 136 | 15 | - |
| CMYK | 0.56 | 0 | 0.89 | 0.47 |
| HSL | 97.69º | 0.8% | 0.3% | - |
| HSV(B) | 97.69º | 0.89% | 0.53% | - |
| XYZ | 10.75 | 18.6 | 3.48 | - |
| YUV | 99.48 | 80.32 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 136 | 15 | 0.56 | 0 | 0.89 | 0.47 | 97.69 | 0.8 | 0.3 |
| Hex | 3C | 88 | F | 38 | 0 | 59 | 2F | 62 | 50 | 1E |
| Octal | 74 | 210 | 17 | 70 | 0 | 131 | 57 | 142 | 120 | 36 |
| Binary | 111100 | 10001000 | 1111 | 111000 | 0 | 1011001 | 101111 | 1100010 | 1010000 | 11110 |
Color Harmonies of #3C880F
Complementary color
Monochromatic Colors of #3C880F
Black with #3C880F
Text Example
Text Example
White with #3C880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C880F; }
p { color: rgb(60,136,15); }
H1.HeaderClassName
{
color: #3C880F;
}
.AnyTagClassName
{
color: #3C880F;
}
</style>
background-color css
<style>
a { background-color: #3C880F; }
a { background-color: rgb(60,136,15); }
div.DivClassName
{
background-color: #3C880F;
}
.BgClassName
{
background-color: #3C880F;
}
</style>
border-color css
<style>
span { border-color: #3C880F; }
span { border-color: rgb(60,136,15); }
td.TdClassName
{
border-color: #3C880F;
}
.TagClassName
{
border-color: #3C880F;
}
</style>