Shades of Bilbao #3C8521
Tints of Bilbao #3C8521
RGB
CMYK
RGB Variations
Color information
#3C8521 (or 0x3C8521) is known color: Bilbao. HEX triplet: 3C, 85 and 21. RGB value is (60,133,33). Sum of RGB (Red+Green+Blue) = 60+133+33=226 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.55% from 226); Green value is 133 (52.34% from 255 or 58.85% from 226); Blue value is 33 (13.28% from 255 or 14.60% from 226); Max value from RGB is 133 - color contains mainly: green. Hex color #3C8521 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C8521 is #C37ADE. Grayscale: #646464. Windows color (decimal): -12810975 or 2196796. OLE color: 2196796.
HSL color Cylindrical-coordinate representation of color #3C8521: hue angle of 103.8º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C8521 is Cyan = 0.55, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 60 | 133 | 33 | - |
| CMYK | 0.55 | 0 | 0.75 | 0.48 |
| HSL | 103.8º | 0.6% | 0.33% | - |
| HSV(B) | 103.8º | 0.75% | 0.52% | - |
| XYZ | 10.53 | 17.85 | 4.33 | - |
| YUV | 99.77 | 90.32 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 133 | 33 | 0.55 | 0 | 0.75 | 0.48 | 103.8 | 0.6 | 0.33 |
| Hex | 3C | 85 | 21 | 37 | 0 | 4B | 30 | 68 | 3C | 21 |
| Octal | 74 | 205 | 41 | 67 | 0 | 113 | 60 | 150 | 74 | 41 |
| Binary | 111100 | 10000101 | 100001 | 110111 | 0 | 1001011 | 110000 | 1101000 | 111100 | 100001 |
Color Harmonies of #3C8521
Complementary color
Monochromatic Colors of #3C8521
Black with #3C8521
Text Example
Text Example
White with #3C8521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8521; }
p { color: rgb(60,133,33); }
H1.HeaderClassName
{
color: #3C8521;
}
.AnyTagClassName
{
color: #3C8521;
}
</style>
background-color css
<style>
a { background-color: #3C8521; }
a { background-color: rgb(60,133,33); }
div.DivClassName
{
background-color: #3C8521;
}
.BgClassName
{
background-color: #3C8521;
}
</style>
border-color css
<style>
span { border-color: #3C8521; }
span { border-color: rgb(60,133,33); }
td.TdClassName
{
border-color: #3C8521;
}
.TagClassName
{
border-color: #3C8521;
}
</style>