Shades of Bilbao #3C8919
Tints of Bilbao #3C8919
RGB
CMYK
RGB Variations
Color information
#3C8919 (or 0x3C8919) is known color: Bilbao. HEX triplet: 3C, 89 and 19. RGB value is (60,137,25). Sum of RGB (Red+Green+Blue) = 60+137+25=222 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.03% from 222); Green value is 137 (53.91% from 255 or 61.71% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 137 - color contains mainly: green. Hex color #3C8919 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C8919 is #C376E6. Grayscale: #656565. Windows color (decimal): -12809959 or 1673532. OLE color: 1673532.
HSL color Cylindrical-coordinate representation of color #3C8919: hue angle of 101.25º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C8919 is Cyan = 0.56, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 137 | 25 | - |
| CMYK | 0.56 | 0 | 0.82 | 0.46 |
| HSL | 101.25º | 0.69% | 0.32% | - |
| HSV(B) | 101.25º | 0.82% | 0.54% | - |
| XYZ | 10.98 | 18.92 | 3.99 | - |
| YUV | 101.21 | 84.99 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 137 | 25 | 0.56 | 0 | 0.82 | 0.46 | 101.25 | 0.69 | 0.32 |
| Hex | 3C | 89 | 19 | 38 | 0 | 52 | 2E | 65 | 45 | 20 |
| Octal | 74 | 211 | 31 | 70 | 0 | 122 | 56 | 145 | 105 | 40 |
| Binary | 111100 | 10001001 | 11001 | 111000 | 0 | 1010010 | 101110 | 1100101 | 1000101 | 100000 |
Color Harmonies of #3C8919
Complementary color
Monochromatic Colors of #3C8919
Black with #3C8919
Text Example
Text Example
White with #3C8919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8919; }
p { color: rgb(60,137,25); }
H1.HeaderClassName
{
color: #3C8919;
}
.AnyTagClassName
{
color: #3C8919;
}
</style>
background-color css
<style>
a { background-color: #3C8919; }
a { background-color: rgb(60,137,25); }
div.DivClassName
{
background-color: #3C8919;
}
.BgClassName
{
background-color: #3C8919;
}
</style>
border-color css
<style>
span { border-color: #3C8919; }
span { border-color: rgb(60,137,25); }
td.TdClassName
{
border-color: #3C8919;
}
.TagClassName
{
border-color: #3C8919;
}
</style>