Shades of Bilbao #3C7A0B
Tints of Bilbao #3C7A0B
RGB
CMYK
RGB Variations
Color information
#3C7A0B (or 0x3C7A0B) is known color: Bilbao. HEX triplet: 3C, 7A and 0B. RGB value is (60,122,11). Sum of RGB (Red+Green+Blue) = 60+122+11=193 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.09% from 193); Green value is 122 (48.05% from 255 or 63.21% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 122 - color contains mainly: green. Hex color #3C7A0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7A0B is #C385F4. Grayscale: #5B5B5B. Windows color (decimal): -12813813 or 752188. OLE color: 752188.
HSL color Cylindrical-coordinate representation of color #3C7A0B: hue angle of 93.51º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C7A0B is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 60 | 122 | 11 | - |
| CMYK | 0.51 | 0 | 0.91 | 0.52 |
| HSL | 93.51º | 0.83% | 0.26% | - |
| HSV(B) | 93.51º | 0.91% | 0.48% | - |
| XYZ | 8.88 | 14.9 | 2.73 | - |
| YUV | 90.81 | 82.96 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 122 | 11 | 0.51 | 0 | 0.91 | 0.52 | 93.51 | 0.83 | 0.26 |
| Hex | 3C | 7A | B | 33 | 0 | 5B | 34 | 5E | 53 | 1A |
| Octal | 74 | 172 | 13 | 63 | 0 | 133 | 64 | 136 | 123 | 32 |
| Binary | 111100 | 1111010 | 1011 | 110011 | 0 | 1011011 | 110100 | 1011110 | 1010011 | 11010 |
Color Harmonies of #3C7A0B
Complementary color
Monochromatic Colors of #3C7A0B
Black with #3C7A0B
Text Example
Text Example
White with #3C7A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7A0B; }
p { color: rgb(60,122,11); }
H1.HeaderClassName
{
color: #3C7A0B;
}
.AnyTagClassName
{
color: #3C7A0B;
}
</style>
background-color css
<style>
a { background-color: #3C7A0B; }
a { background-color: rgb(60,122,11); }
div.DivClassName
{
background-color: #3C7A0B;
}
.BgClassName
{
background-color: #3C7A0B;
}
</style>
border-color css
<style>
span { border-color: #3C7A0B; }
span { border-color: rgb(60,122,11); }
td.TdClassName
{
border-color: #3C7A0B;
}
.TagClassName
{
border-color: #3C7A0B;
}
</style>