Shades of Bilbao #3C8211
Tints of Bilbao #3C8211
RGB
CMYK
RGB Variations
Color information
#3C8211 (or 0x3C8211) is known color: Bilbao. HEX triplet: 3C, 82 and 11. RGB value is (60,130,17). Sum of RGB (Red+Green+Blue) = 60+130+17=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 130 (51.17% from 255 or 62.80% from 207); Blue value is 17 (7.03% from 255 or 8.21% from 207); Max value from RGB is 130 - color contains mainly: green. Hex color #3C8211 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C8211 is #C37DEE. Grayscale: #606060. Windows color (decimal): -12811759 or 1147452. OLE color: 1147452.
HSL color Cylindrical-coordinate representation of color #3C8211: hue angle of 97.17º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C8211 is Cyan = 0.54, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 60 | 130 | 17 | - |
| CMYK | 0.54 | 0 | 0.87 | 0.49 |
| HSL | 97.17º | 0.77% | 0.29% | - |
| HSV(B) | 97.17º | 0.87% | 0.51% | - |
| XYZ | 9.95 | 16.97 | 3.28 | - |
| YUV | 96.19 | 83.31 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 130 | 17 | 0.54 | 0 | 0.87 | 0.49 | 97.17 | 0.77 | 0.29 |
| Hex | 3C | 82 | 11 | 36 | 0 | 57 | 31 | 61 | 4D | 1D |
| Octal | 74 | 202 | 21 | 66 | 0 | 127 | 61 | 141 | 115 | 35 |
| Binary | 111100 | 10000010 | 10001 | 110110 | 0 | 1010111 | 110001 | 1100001 | 1001101 | 11101 |
Color Harmonies of #3C8211
Complementary color
Monochromatic Colors of #3C8211
Black with #3C8211
Text Example
Text Example
White with #3C8211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8211; }
p { color: rgb(60,130,17); }
H1.HeaderClassName
{
color: #3C8211;
}
.AnyTagClassName
{
color: #3C8211;
}
</style>
background-color css
<style>
a { background-color: #3C8211; }
a { background-color: rgb(60,130,17); }
div.DivClassName
{
background-color: #3C8211;
}
.BgClassName
{
background-color: #3C8211;
}
</style>
border-color css
<style>
span { border-color: #3C8211; }
span { border-color: rgb(60,130,17); }
td.TdClassName
{
border-color: #3C8211;
}
.TagClassName
{
border-color: #3C8211;
}
</style>