Shades of Bilbao #3C761C
Tints of Bilbao #3C761C
RGB
CMYK
RGB Variations
Color information
#3C761C (or 0x3C761C) is known color: Bilbao. HEX triplet: 3C, 76 and 1C. RGB value is (60,118,28). Sum of RGB (Red+Green+Blue) = 60+118+28=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 118 (46.48% from 255 or 57.28% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 118 - color contains mainly: green. Hex color #3C761C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C761C is #C389E3. Grayscale: #5A5A5A. Windows color (decimal): -12814820 or 1865276. OLE color: 1865276.
HSL color Cylindrical-coordinate representation of color #3C761C: hue angle of 98.67º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C761C is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 118 | 28 | - |
| CMYK | 0.49 | 0 | 0.76 | 0.54 |
| HSL | 98.67º | 0.62% | 0.29% | - |
| HSV(B) | 98.67º | 0.76% | 0.46% | - |
| XYZ | 8.55 | 14 | 3.35 | - |
| YUV | 90.4 | 92.78 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 118 | 28 | 0.49 | 0 | 0.76 | 0.54 | 98.67 | 0.62 | 0.29 |
| Hex | 3C | 76 | 1C | 31 | 0 | 4C | 36 | 63 | 3E | 1D |
| Octal | 74 | 166 | 34 | 61 | 0 | 114 | 66 | 143 | 76 | 35 |
| Binary | 111100 | 1110110 | 11100 | 110001 | 0 | 1001100 | 110110 | 1100011 | 111110 | 11101 |
Color Harmonies of #3C761C
Complementary color
Monochromatic Colors of #3C761C
Black with #3C761C
Text Example
Text Example
White with #3C761C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C761C; }
p { color: rgb(60,118,28); }
H1.HeaderClassName
{
color: #3C761C;
}
.AnyTagClassName
{
color: #3C761C;
}
</style>
background-color css
<style>
a { background-color: #3C761C; }
a { background-color: rgb(60,118,28); }
div.DivClassName
{
background-color: #3C761C;
}
.BgClassName
{
background-color: #3C761C;
}
</style>
border-color css
<style>
span { border-color: #3C761C; }
span { border-color: rgb(60,118,28); }
td.TdClassName
{
border-color: #3C761C;
}
.TagClassName
{
border-color: #3C761C;
}
</style>