Shades of Bilbao #3C712A
Tints of Bilbao #3C712A
RGB
CMYK
RGB Variations
Color information
#3C712A (or 0x3C712A) is known color: Bilbao. HEX triplet: 3C, 71 and 2A. RGB value is (60,113,42). Sum of RGB (Red+Green+Blue) = 60+113+42=215 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.91% from 215); Green value is 113 (44.53% from 255 or 52.56% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 113 - color contains mainly: green. Hex color #3C712A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C712A is #C38ED5. Grayscale: #595959. Windows color (decimal): -12816086 or 2781500. OLE color: 2781500.
HSL color Cylindrical-coordinate representation of color #3C712A: hue angle of 104.79º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C712A is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 113 | 42 | - |
| CMYK | 0.47 | 0 | 0.63 | 0.56 |
| HSL | 104.79º | 0.46% | 0.3% | - |
| HSV(B) | 104.79º | 0.63% | 0.44% | - |
| XYZ | 8.19 | 12.94 | 4.26 | - |
| YUV | 89.06 | 101.44 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 113 | 42 | 0.47 | 0 | 0.63 | 0.56 | 104.79 | 0.46 | 0.3 |
| Hex | 3C | 71 | 2A | 2F | 0 | 3F | 38 | 69 | 2E | 1E |
| Octal | 74 | 161 | 52 | 57 | 0 | 77 | 70 | 151 | 56 | 36 |
| Binary | 111100 | 1110001 | 101010 | 101111 | 0 | 111111 | 111000 | 1101001 | 101110 | 11110 |
Color Harmonies of #3C712A
Complementary color
Monochromatic Colors of #3C712A
Black with #3C712A
Text Example
Text Example
White with #3C712A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C712A; }
p { color: rgb(60,113,42); }
H1.HeaderClassName
{
color: #3C712A;
}
.AnyTagClassName
{
color: #3C712A;
}
</style>
background-color css
<style>
a { background-color: #3C712A; }
a { background-color: rgb(60,113,42); }
div.DivClassName
{
background-color: #3C712A;
}
.BgClassName
{
background-color: #3C712A;
}
</style>
border-color css
<style>
span { border-color: #3C712A; }
span { border-color: rgb(60,113,42); }
td.TdClassName
{
border-color: #3C712A;
}
.TagClassName
{
border-color: #3C712A;
}
</style>