Shades of Bilbao #3C7122
Tints of Bilbao #3C7122
RGB
CMYK
RGB Variations
Color information
#3C7122 (or 0x3C7122) is known color: Bilbao. HEX triplet: 3C, 71 and 22. RGB value is (60,113,34). Sum of RGB (Red+Green+Blue) = 60+113+34=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 113 (44.53% from 255 or 54.59% from 207); Blue value is 34 (13.67% from 255 or 16.43% from 207); Max value from RGB is 113 - color contains mainly: green. Hex color #3C7122 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7122 is #C38EDD. Grayscale: #585858. Windows color (decimal): -12816094 or 2257212. OLE color: 2257212.
HSL color Cylindrical-coordinate representation of color #3C7122: hue angle of 100.25º degrees, saturation: 0.54, 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 #3C7122 is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 113 | 34 | - |
| CMYK | 0.47 | 0 | 0.70 | 0.56 |
| HSL | 100.25º | 0.54% | 0.29% | - |
| HSV(B) | 100.25º | 0.7% | 0.44% | - |
| XYZ | 8.06 | 12.89 | 3.58 | - |
| YUV | 88.15 | 97.44 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 113 | 34 | 0.47 | 0 | 0.70 | 0.56 | 100.25 | 0.54 | 0.29 |
| Hex | 3C | 71 | 22 | 2F | 0 | 46 | 38 | 64 | 36 | 1D |
| Octal | 74 | 161 | 42 | 57 | 0 | 106 | 70 | 144 | 66 | 35 |
| Binary | 111100 | 1110001 | 100010 | 101111 | 0 | 1000110 | 111000 | 1100100 | 110110 | 11101 |
Color Harmonies of #3C7122
Complementary color
Monochromatic Colors of #3C7122
Black with #3C7122
Text Example
Text Example
White with #3C7122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7122; }
p { color: rgb(60,113,34); }
H1.HeaderClassName
{
color: #3C7122;
}
.AnyTagClassName
{
color: #3C7122;
}
</style>
background-color css
<style>
a { background-color: #3C7122; }
a { background-color: rgb(60,113,34); }
div.DivClassName
{
background-color: #3C7122;
}
.BgClassName
{
background-color: #3C7122;
}
</style>
border-color css
<style>
span { border-color: #3C7122; }
span { border-color: rgb(60,113,34); }
td.TdClassName
{
border-color: #3C7122;
}
.TagClassName
{
border-color: #3C7122;
}
</style>