Shades of Bilbao #3C7B10
Tints of Bilbao #3C7B10
RGB
CMYK
RGB Variations
Color information
#3C7B10 (or 0x3C7B10) is known color: Bilbao. HEX triplet: 3C, 7B and 10. RGB value is (60,123,16). Sum of RGB (Red+Green+Blue) = 60+123+16=199 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.15% from 199); Green value is 123 (48.44% from 255 or 61.81% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 123 - color contains mainly: green. Hex color #3C7B10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7B10 is #C384EF. Grayscale: #5C5C5C. Windows color (decimal): -12813552 or 1080124. OLE color: 1080124.
HSL color Cylindrical-coordinate representation of color #3C7B10: hue angle of 95.33º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C7B10 is Cyan = 0.51, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 60 | 123 | 16 | - |
| CMYK | 0.51 | 0 | 0.87 | 0.52 |
| HSL | 95.33º | 0.77% | 0.27% | - |
| HSV(B) | 95.33º | 0.87% | 0.48% | - |
| XYZ | 9.04 | 15.16 | 2.94 | - |
| YUV | 91.97 | 85.13 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 123 | 16 | 0.51 | 0 | 0.87 | 0.52 | 95.33 | 0.77 | 0.27 |
| Hex | 3C | 7B | 10 | 33 | 0 | 57 | 34 | 5F | 4D | 1B |
| Octal | 74 | 173 | 20 | 63 | 0 | 127 | 64 | 137 | 115 | 33 |
| Binary | 111100 | 1111011 | 10000 | 110011 | 0 | 1010111 | 110100 | 1011111 | 1001101 | 11011 |
Color Harmonies of #3C7B10
Complementary color
Monochromatic Colors of #3C7B10
Black with #3C7B10
Text Example
Text Example
White with #3C7B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7B10; }
p { color: rgb(60,123,16); }
H1.HeaderClassName
{
color: #3C7B10;
}
.AnyTagClassName
{
color: #3C7B10;
}
</style>
background-color css
<style>
a { background-color: #3C7B10; }
a { background-color: rgb(60,123,16); }
div.DivClassName
{
background-color: #3C7B10;
}
.BgClassName
{
background-color: #3C7B10;
}
</style>
border-color css
<style>
span { border-color: #3C7B10; }
span { border-color: rgb(60,123,16); }
td.TdClassName
{
border-color: #3C7B10;
}
.TagClassName
{
border-color: #3C7B10;
}
</style>