Shades of Bilbao #3C8021
Tints of Bilbao #3C8021
RGB
CMYK
RGB Variations
Color information
#3C8021 (or 0x3C8021) is known color: Bilbao. HEX triplet: 3C, 80 and 21. RGB value is (60,128,33). Sum of RGB (Red+Green+Blue) = 60+128+33=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 128 (50.39% from 255 or 57.92% from 221); Blue value is 33 (13.28% from 255 or 14.93% from 221); Max value from RGB is 128 - color contains mainly: green. Hex color #3C8021 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C8021 is #C37FDE. Grayscale: #616161. Windows color (decimal): -12812255 or 2195516. OLE color: 2195516.
HSL color Cylindrical-coordinate representation of color #3C8021: hue angle of 102.95º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C8021 is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 60 | 128 | 33 | - |
| CMYK | 0.53 | 0 | 0.74 | 0.50 |
| HSL | 102.95º | 0.59% | 0.32% | - |
| HSV(B) | 102.95º | 0.74% | 0.5% | - |
| XYZ | 9.86 | 16.51 | 4.11 | - |
| YUV | 96.84 | 91.97 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 128 | 33 | 0.53 | 0 | 0.74 | 0.50 | 102.95 | 0.59 | 0.32 |
| Hex | 3C | 80 | 21 | 35 | 0 | 4A | 32 | 67 | 3B | 20 |
| Octal | 74 | 200 | 41 | 65 | 0 | 112 | 62 | 147 | 73 | 40 |
| Binary | 111100 | 10000000 | 100001 | 110101 | 0 | 1001010 | 110010 | 1100111 | 111011 | 100000 |
Color Harmonies of #3C8021
Complementary color
Monochromatic Colors of #3C8021
Black with #3C8021
Text Example
Text Example
White with #3C8021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8021; }
p { color: rgb(60,128,33); }
H1.HeaderClassName
{
color: #3C8021;
}
.AnyTagClassName
{
color: #3C8021;
}
</style>
background-color css
<style>
a { background-color: #3C8021; }
a { background-color: rgb(60,128,33); }
div.DivClassName
{
background-color: #3C8021;
}
.BgClassName
{
background-color: #3C8021;
}
</style>
border-color css
<style>
span { border-color: #3C8021; }
span { border-color: rgb(60,128,33); }
td.TdClassName
{
border-color: #3C8021;
}
.TagClassName
{
border-color: #3C8021;
}
</style>