Shades of Bilbao #3C750B
Tints of Bilbao #3C750B
RGB
CMYK
RGB Variations
Color information
#3C750B (or 0x3C750B) is known color: Bilbao. HEX triplet: 3C, 75 and 0B. RGB value is (60,117,11). Sum of RGB (Red+Green+Blue) = 60+117+11=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 117 (46.09% from 255 or 62.23% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 117 - color contains mainly: green. Hex color #3C750B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C750B is #C38AF4. Grayscale: #585858. Windows color (decimal): -12815093 or 750908. OLE color: 750908.
HSL color Cylindrical-coordinate representation of color #3C750B: hue angle of 92.26º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C750B is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 117 | 11 | - |
| CMYK | 0.49 | 0 | 0.91 | 0.54 |
| HSL | 92.26º | 0.83% | 0.25% | - |
| HSV(B) | 92.26º | 0.91% | 0.46% | - |
| XYZ | 8.29 | 13.71 | 2.53 | - |
| YUV | 87.87 | 84.62 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 117 | 11 | 0.49 | 0 | 0.91 | 0.54 | 92.26 | 0.83 | 0.25 |
| Hex | 3C | 75 | B | 31 | 0 | 5B | 36 | 5C | 53 | 19 |
| Octal | 74 | 165 | 13 | 61 | 0 | 133 | 66 | 134 | 123 | 31 |
| Binary | 111100 | 1110101 | 1011 | 110001 | 0 | 1011011 | 110110 | 1011100 | 1010011 | 11001 |
Color Harmonies of #3C750B
Complementary color
Monochromatic Colors of #3C750B
Black with #3C750B
Text Example
Text Example
White with #3C750B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C750B; }
p { color: rgb(60,117,11); }
H1.HeaderClassName
{
color: #3C750B;
}
.AnyTagClassName
{
color: #3C750B;
}
</style>
background-color css
<style>
a { background-color: #3C750B; }
a { background-color: rgb(60,117,11); }
div.DivClassName
{
background-color: #3C750B;
}
.BgClassName
{
background-color: #3C750B;
}
</style>
border-color css
<style>
span { border-color: #3C750B; }
span { border-color: rgb(60,117,11); }
td.TdClassName
{
border-color: #3C750B;
}
.TagClassName
{
border-color: #3C750B;
}
</style>