Shades of Bilbao #3C770C
Tints of Bilbao #3C770C
RGB
CMYK
RGB Variations
Color information
#3C770C (or 0x3C770C) is known color: Bilbao. HEX triplet: 3C, 77 and 0C. RGB value is (60,119,12). Sum of RGB (Red+Green+Blue) = 60+119+12=191 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.41% from 191); Green value is 119 (46.88% from 255 or 62.30% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 119 - color contains mainly: green. Hex color #3C770C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C770C is #C388F3. Grayscale: #595959. Windows color (decimal): -12814580 or 816956. OLE color: 816956.
HSL color Cylindrical-coordinate representation of color #3C770C: hue angle of 93.08º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C770C is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 119 | 12 | - |
| CMYK | 0.50 | 0 | 0.90 | 0.53 |
| HSL | 93.08º | 0.82% | 0.26% | - |
| HSV(B) | 93.08º | 0.9% | 0.47% | - |
| XYZ | 8.53 | 14.18 | 2.64 | - |
| YUV | 89.16 | 84.45 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 119 | 12 | 0.50 | 0 | 0.90 | 0.53 | 93.08 | 0.82 | 0.26 |
| Hex | 3C | 77 | C | 32 | 0 | 5A | 35 | 5D | 52 | 1A |
| Octal | 74 | 167 | 14 | 62 | 0 | 132 | 65 | 135 | 122 | 32 |
| Binary | 111100 | 1110111 | 1100 | 110010 | 0 | 1011010 | 110101 | 1011101 | 1010010 | 11010 |
Color Harmonies of #3C770C
Complementary color
Monochromatic Colors of #3C770C
Black with #3C770C
Text Example
Text Example
White with #3C770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C770C; }
p { color: rgb(60,119,12); }
H1.HeaderClassName
{
color: #3C770C;
}
.AnyTagClassName
{
color: #3C770C;
}
</style>
background-color css
<style>
a { background-color: #3C770C; }
a { background-color: rgb(60,119,12); }
div.DivClassName
{
background-color: #3C770C;
}
.BgClassName
{
background-color: #3C770C;
}
</style>
border-color css
<style>
span { border-color: #3C770C; }
span { border-color: rgb(60,119,12); }
td.TdClassName
{
border-color: #3C770C;
}
.TagClassName
{
border-color: #3C770C;
}
</style>