Shades of Bilbao #3C6F0F
Tints of Bilbao #3C6F0F
RGB
CMYK
RGB Variations
Color information
#3C6F0F (or 0x3C6F0F) is known color: Bilbao. HEX triplet: 3C, 6F and 0F. RGB value is (60,111,15). Sum of RGB (Red+Green+Blue) = 60+111+15=186 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.26% from 186); Green value is 111 (43.75% from 255 or 59.68% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 111 - color contains mainly: green. Hex color #3C6F0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6F0F is #C390F0. Grayscale: #555555. Windows color (decimal): -12816625 or 1011516. OLE color: 1011516.
HSL color Cylindrical-coordinate representation of color #3C6F0F: hue angle of 91.88º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C6F0F is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 111 | 15 | - |
| CMYK | 0.46 | 0 | 0.86 | 0.56 |
| HSL | 91.88º | 0.76% | 0.25% | - |
| HSV(B) | 91.88º | 0.86% | 0.44% | - |
| XYZ | 7.63 | 12.36 | 2.44 | - |
| YUV | 84.81 | 88.6 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 111 | 15 | 0.46 | 0 | 0.86 | 0.56 | 91.88 | 0.76 | 0.25 |
| Hex | 3C | 6F | F | 2E | 0 | 56 | 38 | 5C | 4C | 19 |
| Octal | 74 | 157 | 17 | 56 | 0 | 126 | 70 | 134 | 114 | 31 |
| Binary | 111100 | 1101111 | 1111 | 101110 | 0 | 1010110 | 111000 | 1011100 | 1001100 | 11001 |
Color Harmonies of #3C6F0F
Complementary color
Monochromatic Colors of #3C6F0F
Black with #3C6F0F
Text Example
Text Example
White with #3C6F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6F0F; }
p { color: rgb(60,111,15); }
H1.HeaderClassName
{
color: #3C6F0F;
}
.AnyTagClassName
{
color: #3C6F0F;
}
</style>
background-color css
<style>
a { background-color: #3C6F0F; }
a { background-color: rgb(60,111,15); }
div.DivClassName
{
background-color: #3C6F0F;
}
.BgClassName
{
background-color: #3C6F0F;
}
</style>
border-color css
<style>
span { border-color: #3C6F0F; }
span { border-color: rgb(60,111,15); }
td.TdClassName
{
border-color: #3C6F0F;
}
.TagClassName
{
border-color: #3C6F0F;
}
</style>