Shades of Bilbao #3C7226
Tints of Bilbao #3C7226
RGB
CMYK
RGB Variations
Color information
#3C7226 (or 0x3C7226) is known color: Bilbao. HEX triplet: 3C, 72 and 26. RGB value is (60,114,38). Sum of RGB (Red+Green+Blue) = 60+114+38=212 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.30% from 212); Green value is 114 (44.92% from 255 or 53.77% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 114 - color contains mainly: green. Hex color #3C7226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7226 is #C38DD9. Grayscale: #595959. Windows color (decimal): -12815834 or 2519612. OLE color: 2519612.
HSL color Cylindrical-coordinate representation of color #3C7226: hue angle of 102.63º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C7226 is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 114 | 38 | - |
| CMYK | 0.47 | 0 | 0.67 | 0.55 |
| HSL | 102.63º | 0.5% | 0.3% | - |
| HSV(B) | 102.63º | 0.67% | 0.45% | - |
| XYZ | 8.23 | 13.14 | 3.94 | - |
| YUV | 89.19 | 99.11 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 114 | 38 | 0.47 | 0 | 0.67 | 0.55 | 102.63 | 0.5 | 0.3 |
| Hex | 3C | 72 | 26 | 2F | 0 | 43 | 37 | 67 | 32 | 1E |
| Octal | 74 | 162 | 46 | 57 | 0 | 103 | 67 | 147 | 62 | 36 |
| Binary | 111100 | 1110010 | 100110 | 101111 | 0 | 1000011 | 110111 | 1100111 | 110010 | 11110 |
Color Harmonies of #3C7226
Complementary color
Monochromatic Colors of #3C7226
Black with #3C7226
Text Example
Text Example
White with #3C7226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7226; }
p { color: rgb(60,114,38); }
H1.HeaderClassName
{
color: #3C7226;
}
.AnyTagClassName
{
color: #3C7226;
}
</style>
background-color css
<style>
a { background-color: #3C7226; }
a { background-color: rgb(60,114,38); }
div.DivClassName
{
background-color: #3C7226;
}
.BgClassName
{
background-color: #3C7226;
}
</style>
border-color css
<style>
span { border-color: #3C7226; }
span { border-color: rgb(60,114,38); }
td.TdClassName
{
border-color: #3C7226;
}
.TagClassName
{
border-color: #3C7226;
}
</style>