Shades of Bilbao #3C6F09
Tints of Bilbao #3C6F09
RGB
CMYK
RGB Variations
Color information
#3C6F09 (or 0x3C6F09) is known color: Bilbao. HEX triplet: 3C, 6F and 09. RGB value is (60,111,9). Sum of RGB (Red+Green+Blue) = 60+111+9=180 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.33% from 180); Green value is 111 (43.75% from 255 or 61.67% from 180); Blue value is 9 (3.91% from 255 or 5% from 180); Max value from RGB is 111 - color contains mainly: green. Hex color #3C6F09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6F09 is #C390F6. Grayscale: #545454. Windows color (decimal): -12816631 or 618300. OLE color: 618300.
HSL color Cylindrical-coordinate representation of color #3C6F09: hue angle of 90º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C6F09 is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 111 | 9 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.56 |
| HSL | 90º | 0.85% | 0.24% | - |
| HSV(B) | 90º | 0.92% | 0.44% | - |
| XYZ | 7.6 | 12.35 | 2.24 | - |
| YUV | 84.12 | 85.6 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 111 | 9 | 0.46 | 0 | 0.92 | 0.56 | 90 | 0.85 | 0.24 |
| Hex | 3C | 6F | 9 | 2E | 0 | 5C | 38 | 5A | 55 | 18 |
| Octal | 74 | 157 | 11 | 56 | 0 | 134 | 70 | 132 | 125 | 30 |
| Binary | 111100 | 1101111 | 1001 | 101110 | 0 | 1011100 | 111000 | 1011010 | 1010101 | 11000 |
Color Harmonies of #3C6F09
Complementary color
Monochromatic Colors of #3C6F09
Black with #3C6F09
Text Example
Text Example
White with #3C6F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6F09; }
p { color: rgb(60,111,9); }
H1.HeaderClassName
{
color: #3C6F09;
}
.AnyTagClassName
{
color: #3C6F09;
}
</style>
background-color css
<style>
a { background-color: #3C6F09; }
a { background-color: rgb(60,111,9); }
div.DivClassName
{
background-color: #3C6F09;
}
.BgClassName
{
background-color: #3C6F09;
}
</style>
border-color css
<style>
span { border-color: #3C6F09; }
span { border-color: rgb(60,111,9); }
td.TdClassName
{
border-color: #3C6F09;
}
.TagClassName
{
border-color: #3C6F09;
}
</style>