Shades of Bilbao #3C7E14
Tints of Bilbao #3C7E14
RGB
CMYK
RGB Variations
Color information
#3C7E14 (or 0x3C7E14) is known color: Bilbao. HEX triplet: 3C, 7E and 14. RGB value is (60,126,20). Sum of RGB (Red+Green+Blue) = 60+126+20=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 126 (49.61% from 255 or 61.17% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 126 - color contains mainly: green. Hex color #3C7E14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7E14 is #C381EB. Grayscale: #5E5E5E. Windows color (decimal): -12812780 or 1343036. OLE color: 1343036.
HSL color Cylindrical-coordinate representation of color #3C7E14: hue angle of 97.36º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C7E14 is Cyan = 0.52, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 126 | 20 | - |
| CMYK | 0.52 | 0 | 0.84 | 0.51 |
| HSL | 97.36º | 0.73% | 0.29% | - |
| HSV(B) | 97.36º | 0.84% | 0.49% | - |
| XYZ | 9.45 | 15.93 | 3.24 | - |
| YUV | 94.18 | 86.13 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 126 | 20 | 0.52 | 0 | 0.84 | 0.51 | 97.36 | 0.73 | 0.29 |
| Hex | 3C | 7E | 14 | 34 | 0 | 54 | 33 | 61 | 49 | 1D |
| Octal | 74 | 176 | 24 | 64 | 0 | 124 | 63 | 141 | 111 | 35 |
| Binary | 111100 | 1111110 | 10100 | 110100 | 0 | 1010100 | 110011 | 1100001 | 1001001 | 11101 |
Color Harmonies of #3C7E14
Complementary color
Monochromatic Colors of #3C7E14
Black with #3C7E14
Text Example
Text Example
White with #3C7E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7E14; }
p { color: rgb(60,126,20); }
H1.HeaderClassName
{
color: #3C7E14;
}
.AnyTagClassName
{
color: #3C7E14;
}
</style>
background-color css
<style>
a { background-color: #3C7E14; }
a { background-color: rgb(60,126,20); }
div.DivClassName
{
background-color: #3C7E14;
}
.BgClassName
{
background-color: #3C7E14;
}
</style>
border-color css
<style>
span { border-color: #3C7E14; }
span { border-color: rgb(60,126,20); }
td.TdClassName
{
border-color: #3C7E14;
}
.TagClassName
{
border-color: #3C7E14;
}
</style>