Shades of Bilbao #3C8714
Tints of Bilbao #3C8714
RGB
CMYK
RGB Variations
Color information
#3C8714 (or 0x3C8714) is known color: Bilbao. HEX triplet: 3C, 87 and 14. RGB value is (60,135,20). Sum of RGB (Red+Green+Blue) = 60+135+20=215 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.91% from 215); Green value is 135 (53.12% from 255 or 62.79% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 135 - color contains mainly: green. Hex color #3C8714 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C8714 is #C378EB. Grayscale: #636363. Windows color (decimal): -12810476 or 1345340. OLE color: 1345340.
HSL color Cylindrical-coordinate representation of color #3C8714: hue angle of 99.13º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C8714 is Cyan = 0.56, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 135 | 20 | - |
| CMYK | 0.56 | 0 | 0.85 | 0.47 |
| HSL | 99.13º | 0.74% | 0.3% | - |
| HSV(B) | 99.13º | 0.85% | 0.53% | - |
| XYZ | 10.65 | 18.34 | 3.64 | - |
| YUV | 99.47 | 83.15 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 135 | 20 | 0.56 | 0 | 0.85 | 0.47 | 99.13 | 0.74 | 0.3 |
| Hex | 3C | 87 | 14 | 38 | 0 | 55 | 2F | 63 | 4A | 1E |
| Octal | 74 | 207 | 24 | 70 | 0 | 125 | 57 | 143 | 112 | 36 |
| Binary | 111100 | 10000111 | 10100 | 111000 | 0 | 1010101 | 101111 | 1100011 | 1001010 | 11110 |
Color Harmonies of #3C8714
Complementary color
Monochromatic Colors of #3C8714
Black with #3C8714
Text Example
Text Example
White with #3C8714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8714; }
p { color: rgb(60,135,20); }
H1.HeaderClassName
{
color: #3C8714;
}
.AnyTagClassName
{
color: #3C8714;
}
</style>
background-color css
<style>
a { background-color: #3C8714; }
a { background-color: rgb(60,135,20); }
div.DivClassName
{
background-color: #3C8714;
}
.BgClassName
{
background-color: #3C8714;
}
</style>
border-color css
<style>
span { border-color: #3C8714; }
span { border-color: rgb(60,135,20); }
td.TdClassName
{
border-color: #3C8714;
}
.TagClassName
{
border-color: #3C8714;
}
</style>