Shades of Bilbao #3C7521
Tints of Bilbao #3C7521
RGB
CMYK
RGB Variations
Color information
#3C7521 (or 0x3C7521) is known color: Bilbao. HEX triplet: 3C, 75 and 21. RGB value is (60,117,33). Sum of RGB (Red+Green+Blue) = 60+117+33=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 117 (46.09% from 255 or 55.71% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 117 - color contains mainly: green. Hex color #3C7521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7521 is #C38ADE. Grayscale: #5A5A5A. Windows color (decimal): -12815071 or 2192700. OLE color: 2192700.
HSL color Cylindrical-coordinate representation of color #3C7521: hue angle of 100.71º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C7521 is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 117 | 33 | - |
| CMYK | 0.49 | 0 | 0.72 | 0.54 |
| HSL | 100.71º | 0.56% | 0.29% | - |
| HSV(B) | 100.71º | 0.72% | 0.46% | - |
| XYZ | 8.5 | 13.79 | 3.65 | - |
| YUV | 90.38 | 95.62 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 117 | 33 | 0.49 | 0 | 0.72 | 0.54 | 100.71 | 0.56 | 0.29 |
| Hex | 3C | 75 | 21 | 31 | 0 | 48 | 36 | 65 | 38 | 1D |
| Octal | 74 | 165 | 41 | 61 | 0 | 110 | 66 | 145 | 70 | 35 |
| Binary | 111100 | 1110101 | 100001 | 110001 | 0 | 1001000 | 110110 | 1100101 | 111000 | 11101 |
Color Harmonies of #3C7521
Complementary color
Monochromatic Colors of #3C7521
Black with #3C7521
Text Example
Text Example
White with #3C7521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7521; }
p { color: rgb(60,117,33); }
H1.HeaderClassName
{
color: #3C7521;
}
.AnyTagClassName
{
color: #3C7521;
}
</style>
background-color css
<style>
a { background-color: #3C7521; }
a { background-color: rgb(60,117,33); }
div.DivClassName
{
background-color: #3C7521;
}
.BgClassName
{
background-color: #3C7521;
}
</style>
border-color css
<style>
span { border-color: #3C7521; }
span { border-color: rgb(60,117,33); }
td.TdClassName
{
border-color: #3C7521;
}
.TagClassName
{
border-color: #3C7521;
}
</style>