Shades of Bilbao #3C7B34
Tints of Bilbao #3C7B34
RGB
CMYK
RGB Variations
Color information
#3C7B34 (or 0x3C7B34) is known color: Bilbao. HEX triplet: 3C, 7B and 34. RGB value is (60,123,52). Sum of RGB (Red+Green+Blue) = 60+123+52=235 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.53% from 235); Green value is 123 (48.44% from 255 or 52.34% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 123 - color contains mainly: green. Hex color #3C7B34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7B34 is #C384CB. Grayscale: #606060. Windows color (decimal): -12813516 or 3439420. OLE color: 3439420.
HSL color Cylindrical-coordinate representation of color #3C7B34: hue angle of 113.24º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C7B34 is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 60 | 123 | 52 | - |
| CMYK | 0.51 | 0 | 0.58 | 0.52 |
| HSL | 113.24º | 0.41% | 0.34% | - |
| HSV(B) | 113.24º | 0.58% | 0.48% | - |
| XYZ | 9.57 | 15.37 | 5.71 | - |
| YUV | 96.07 | 103.13 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 123 | 52 | 0.51 | 0 | 0.58 | 0.52 | 113.24 | 0.41 | 0.34 |
| Hex | 3C | 7B | 34 | 33 | 0 | 3A | 34 | 71 | 29 | 22 |
| Octal | 74 | 173 | 64 | 63 | 0 | 72 | 64 | 161 | 51 | 42 |
| Binary | 111100 | 1111011 | 110100 | 110011 | 0 | 111010 | 110100 | 1110001 | 101001 | 100010 |
Color Harmonies of #3C7B34
Complementary color
Monochromatic Colors of #3C7B34
Black with #3C7B34
Text Example
Text Example
White with #3C7B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7B34; }
p { color: rgb(60,123,52); }
H1.HeaderClassName
{
color: #3C7B34;
}
.AnyTagClassName
{
color: #3C7B34;
}
</style>
background-color css
<style>
a { background-color: #3C7B34; }
a { background-color: rgb(60,123,52); }
div.DivClassName
{
background-color: #3C7B34;
}
.BgClassName
{
background-color: #3C7B34;
}
</style>
border-color css
<style>
span { border-color: #3C7B34; }
span { border-color: rgb(60,123,52); }
td.TdClassName
{
border-color: #3C7B34;
}
.TagClassName
{
border-color: #3C7B34;
}
</style>