Shades of Bilbao #3C890C
Tints of Bilbao #3C890C
RGB
CMYK
RGB Variations
Color information
#3C890C (or 0x3C890C) is known color: Bilbao. HEX triplet: 3C, 89 and 0C. RGB value is (60,137,12). Sum of RGB (Red+Green+Blue) = 60+137+12=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 137 (53.91% from 255 or 65.55% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 137 - color contains mainly: green. Hex color #3C890C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C890C is #C376F3. Grayscale: #646464. Windows color (decimal): -12809972 or 821564. OLE color: 821564.
HSL color Cylindrical-coordinate representation of color #3C890C: hue angle of 96.96º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C890C is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 137 | 12 | - |
| CMYK | 0.56 | 0 | 0.91 | 0.46 |
| HSL | 96.96º | 0.84% | 0.29% | - |
| HSV(B) | 96.96º | 0.91% | 0.54% | - |
| XYZ | 10.88 | 18.88 | 3.42 | - |
| YUV | 99.73 | 78.49 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 137 | 12 | 0.56 | 0 | 0.91 | 0.46 | 96.96 | 0.84 | 0.29 |
| Hex | 3C | 89 | C | 38 | 0 | 5B | 2E | 61 | 54 | 1D |
| Octal | 74 | 211 | 14 | 70 | 0 | 133 | 56 | 141 | 124 | 35 |
| Binary | 111100 | 10001001 | 1100 | 111000 | 0 | 1011011 | 101110 | 1100001 | 1010100 | 11101 |
Color Harmonies of #3C890C
Complementary color
Monochromatic Colors of #3C890C
Black with #3C890C
Text Example
Text Example
White with #3C890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C890C; }
p { color: rgb(60,137,12); }
H1.HeaderClassName
{
color: #3C890C;
}
.AnyTagClassName
{
color: #3C890C;
}
</style>
background-color css
<style>
a { background-color: #3C890C; }
a { background-color: rgb(60,137,12); }
div.DivClassName
{
background-color: #3C890C;
}
.BgClassName
{
background-color: #3C890C;
}
</style>
border-color css
<style>
span { border-color: #3C890C; }
span { border-color: rgb(60,137,12); }
td.TdClassName
{
border-color: #3C890C;
}
.TagClassName
{
border-color: #3C890C;
}
</style>