Shades of Bilbao #3C891B
Tints of Bilbao #3C891B
RGB
CMYK
RGB Variations
Color information
#3C891B (or 0x3C891B) is known color: Bilbao. HEX triplet: 3C, 89 and 1B. RGB value is (60,137,27). Sum of RGB (Red+Green+Blue) = 60+137+27=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 137 (53.91% from 255 or 61.16% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 137 - color contains mainly: green. Hex color #3C891B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C891B is #C376E4. Grayscale: #656565. Windows color (decimal): -12809957 or 1804604. OLE color: 1804604.
HSL color Cylindrical-coordinate representation of color #3C891B: hue angle of 102º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C891B is Cyan = 0.56, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 137 | 27 | - |
| CMYK | 0.56 | 0 | 0.80 | 0.46 |
| HSL | 102º | 0.67% | 0.32% | - |
| HSV(B) | 102º | 0.8% | 0.54% | - |
| XYZ | 11.01 | 18.93 | 4.11 | - |
| YUV | 101.44 | 85.99 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 137 | 27 | 0.56 | 0 | 0.80 | 0.46 | 102 | 0.67 | 0.32 |
| Hex | 3C | 89 | 1B | 38 | 0 | 50 | 2E | 66 | 43 | 20 |
| Octal | 74 | 211 | 33 | 70 | 0 | 120 | 56 | 146 | 103 | 40 |
| Binary | 111100 | 10001001 | 11011 | 111000 | 0 | 1010000 | 101110 | 1100110 | 1000011 | 100000 |
Color Harmonies of #3C891B
Complementary color
Monochromatic Colors of #3C891B
Black with #3C891B
Text Example
Text Example
White with #3C891B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C891B; }
p { color: rgb(60,137,27); }
H1.HeaderClassName
{
color: #3C891B;
}
.AnyTagClassName
{
color: #3C891B;
}
</style>
background-color css
<style>
a { background-color: #3C891B; }
a { background-color: rgb(60,137,27); }
div.DivClassName
{
background-color: #3C891B;
}
.BgClassName
{
background-color: #3C891B;
}
</style>
border-color css
<style>
span { border-color: #3C891B; }
span { border-color: rgb(60,137,27); }
td.TdClassName
{
border-color: #3C891B;
}
.TagClassName
{
border-color: #3C891B;
}
</style>