Shades of Bilbao #3C771D
Tints of Bilbao #3C771D
RGB
CMYK
RGB Variations
Color information
#3C771D (or 0x3C771D) is known color: Bilbao. HEX triplet: 3C, 77 and 1D. RGB value is (60,119,29). Sum of RGB (Red+Green+Blue) = 60+119+29=208 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.85% from 208); Green value is 119 (46.88% from 255 or 57.21% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 119 - color contains mainly: green. Hex color #3C771D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C771D is #C388E2. Grayscale: #5B5B5B. Windows color (decimal): -12814563 or 1931068. OLE color: 1931068.
HSL color Cylindrical-coordinate representation of color #3C771D: hue angle of 99.33º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C771D is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 119 | 29 | - |
| CMYK | 0.50 | 0 | 0.76 | 0.53 |
| HSL | 99.33º | 0.61% | 0.29% | - |
| HSV(B) | 99.33º | 0.76% | 0.47% | - |
| XYZ | 8.68 | 14.24 | 3.45 | - |
| YUV | 91.1 | 92.95 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 119 | 29 | 0.50 | 0 | 0.76 | 0.53 | 99.33 | 0.61 | 0.29 |
| Hex | 3C | 77 | 1D | 32 | 0 | 4C | 35 | 63 | 3D | 1D |
| Octal | 74 | 167 | 35 | 62 | 0 | 114 | 65 | 143 | 75 | 35 |
| Binary | 111100 | 1110111 | 11101 | 110010 | 0 | 1001100 | 110101 | 1100011 | 111101 | 11101 |
Color Harmonies of #3C771D
Complementary color
Monochromatic Colors of #3C771D
Black with #3C771D
Text Example
Text Example
White with #3C771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C771D; }
p { color: rgb(60,119,29); }
H1.HeaderClassName
{
color: #3C771D;
}
.AnyTagClassName
{
color: #3C771D;
}
</style>
background-color css
<style>
a { background-color: #3C771D; }
a { background-color: rgb(60,119,29); }
div.DivClassName
{
background-color: #3C771D;
}
.BgClassName
{
background-color: #3C771D;
}
</style>
border-color css
<style>
span { border-color: #3C771D; }
span { border-color: rgb(60,119,29); }
td.TdClassName
{
border-color: #3C771D;
}
.TagClassName
{
border-color: #3C771D;
}
</style>