Shades of Bilbao #3C771B
Tints of Bilbao #3C771B
RGB
CMYK
RGB Variations
Color information
#3C771B (or 0x3C771B) is known color: Bilbao. HEX triplet: 3C, 77 and 1B. RGB value is (60,119,27). Sum of RGB (Red+Green+Blue) = 60+119+27=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 119 (46.88% from 255 or 57.77% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 119 - color contains mainly: green. Hex color #3C771B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C771B is #C388E4. Grayscale: #5B5B5B. Windows color (decimal): -12814565 or 1799996. OLE color: 1799996.
HSL color Cylindrical-coordinate representation of color #3C771B: hue angle of 98.48º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C771B is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 119 | 27 | - |
| CMYK | 0.50 | 0 | 0.77 | 0.53 |
| HSL | 98.48º | 0.63% | 0.29% | - |
| HSV(B) | 98.48º | 0.77% | 0.47% | - |
| XYZ | 8.66 | 14.23 | 3.33 | - |
| YUV | 90.87 | 91.95 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 119 | 27 | 0.50 | 0 | 0.77 | 0.53 | 98.48 | 0.63 | 0.29 |
| Hex | 3C | 77 | 1B | 32 | 0 | 4D | 35 | 62 | 3F | 1D |
| Octal | 74 | 167 | 33 | 62 | 0 | 115 | 65 | 142 | 77 | 35 |
| Binary | 111100 | 1110111 | 11011 | 110010 | 0 | 1001101 | 110101 | 1100010 | 111111 | 11101 |
Color Harmonies of #3C771B
Complementary color
Monochromatic Colors of #3C771B
Black with #3C771B
Text Example
Text Example
White with #3C771B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C771B; }
p { color: rgb(60,119,27); }
H1.HeaderClassName
{
color: #3C771B;
}
.AnyTagClassName
{
color: #3C771B;
}
</style>
background-color css
<style>
a { background-color: #3C771B; }
a { background-color: rgb(60,119,27); }
div.DivClassName
{
background-color: #3C771B;
}
.BgClassName
{
background-color: #3C771B;
}
</style>
border-color css
<style>
span { border-color: #3C771B; }
span { border-color: rgb(60,119,27); }
td.TdClassName
{
border-color: #3C771B;
}
.TagClassName
{
border-color: #3C771B;
}
</style>