Shades of Bilbao #3C7022
Tints of Bilbao #3C7022
RGB
CMYK
RGB Variations
Color information
#3C7022 (or 0x3C7022) is known color: Bilbao. HEX triplet: 3C, 70 and 22. RGB value is (60,112,34). Sum of RGB (Red+Green+Blue) = 60+112+34=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 112 (44.14% from 255 or 54.37% from 206); Blue value is 34 (13.67% from 255 or 16.50% from 206); Max value from RGB is 112 - color contains mainly: green. Hex color #3C7022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7022 is #C38FDD. Grayscale: #575757. Windows color (decimal): -12816350 or 2256956. OLE color: 2256956.
HSL color Cylindrical-coordinate representation of color #3C7022: hue angle of 100º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C7022 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 112 | 34 | - |
| CMYK | 0.46 | 0 | 0.70 | 0.56 |
| HSL | 100º | 0.53% | 0.29% | - |
| HSV(B) | 100º | 0.7% | 0.44% | - |
| XYZ | 7.95 | 12.66 | 3.54 | - |
| YUV | 87.56 | 97.77 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 112 | 34 | 0.46 | 0 | 0.70 | 0.56 | 100 | 0.53 | 0.29 |
| Hex | 3C | 70 | 22 | 2E | 0 | 46 | 38 | 64 | 35 | 1D |
| Octal | 74 | 160 | 42 | 56 | 0 | 106 | 70 | 144 | 65 | 35 |
| Binary | 111100 | 1110000 | 100010 | 101110 | 0 | 1000110 | 111000 | 1100100 | 110101 | 11101 |
Color Harmonies of #3C7022
Complementary color
Monochromatic Colors of #3C7022
Black with #3C7022
Text Example
Text Example
White with #3C7022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7022; }
p { color: rgb(60,112,34); }
H1.HeaderClassName
{
color: #3C7022;
}
.AnyTagClassName
{
color: #3C7022;
}
</style>
background-color css
<style>
a { background-color: #3C7022; }
a { background-color: rgb(60,112,34); }
div.DivClassName
{
background-color: #3C7022;
}
.BgClassName
{
background-color: #3C7022;
}
</style>
border-color css
<style>
span { border-color: #3C7022; }
span { border-color: rgb(60,112,34); }
td.TdClassName
{
border-color: #3C7022;
}
.TagClassName
{
border-color: #3C7022;
}
</style>