Shades of Bilbao #3C6F0B
Tints of Bilbao #3C6F0B
RGB
CMYK
RGB Variations
Color information
#3C6F0B (or 0x3C6F0B) is known color: Bilbao. HEX triplet: 3C, 6F and 0B. RGB value is (60,111,11). Sum of RGB (Red+Green+Blue) = 60+111+11=182 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.97% from 182); Green value is 111 (43.75% from 255 or 60.99% from 182); Blue value is 11 (4.69% from 255 or 6.04% from 182); Max value from RGB is 111 - color contains mainly: green. Hex color #3C6F0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6F0B is #C390F4. Grayscale: #545454. Windows color (decimal): -12816629 or 749372. OLE color: 749372.
HSL color Cylindrical-coordinate representation of color #3C6F0B: hue angle of 90.6º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C6F0B is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 111 | 11 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.56 |
| HSL | 90.6º | 0.82% | 0.24% | - |
| HSV(B) | 90.6º | 0.9% | 0.44% | - |
| XYZ | 7.61 | 12.35 | 2.3 | - |
| YUV | 84.35 | 86.6 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 111 | 11 | 0.46 | 0 | 0.90 | 0.56 | 90.6 | 0.82 | 0.24 |
| Hex | 3C | 6F | B | 2E | 0 | 5A | 38 | 5B | 52 | 18 |
| Octal | 74 | 157 | 13 | 56 | 0 | 132 | 70 | 133 | 122 | 30 |
| Binary | 111100 | 1101111 | 1011 | 101110 | 0 | 1011010 | 111000 | 1011011 | 1010010 | 11000 |
Color Harmonies of #3C6F0B
Complementary color
Monochromatic Colors of #3C6F0B
Black with #3C6F0B
Text Example
Text Example
White with #3C6F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6F0B; }
p { color: rgb(60,111,11); }
H1.HeaderClassName
{
color: #3C6F0B;
}
.AnyTagClassName
{
color: #3C6F0B;
}
</style>
background-color css
<style>
a { background-color: #3C6F0B; }
a { background-color: rgb(60,111,11); }
div.DivClassName
{
background-color: #3C6F0B;
}
.BgClassName
{
background-color: #3C6F0B;
}
</style>
border-color css
<style>
span { border-color: #3C6F0B; }
span { border-color: rgb(60,111,11); }
td.TdClassName
{
border-color: #3C6F0B;
}
.TagClassName
{
border-color: #3C6F0B;
}
</style>