Shades of Bilbao #3C7B2F
Tints of Bilbao #3C7B2F
RGB
CMYK
RGB Variations
Color information
#3C7B2F (or 0x3C7B2F) is known color: Bilbao. HEX triplet: 3C, 7B and 2F. RGB value is (60,123,47). Sum of RGB (Red+Green+Blue) = 60+123+47=230 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.09% from 230); Green value is 123 (48.44% from 255 or 53.48% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 123 - color contains mainly: green. Hex color #3C7B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7B2F is #C384D0. Grayscale: #5F5F5F. Windows color (decimal): -12813521 or 3111740. OLE color: 3111740.
HSL color Cylindrical-coordinate representation of color #3C7B2F: hue angle of 109.74º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C7B2F is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 60 | 123 | 47 | - |
| CMYK | 0.51 | 0 | 0.62 | 0.52 |
| HSL | 109.74º | 0.45% | 0.33% | - |
| HSV(B) | 109.74º | 0.62% | 0.48% | - |
| XYZ | 9.46 | 15.33 | 5.15 | - |
| YUV | 95.5 | 100.63 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 123 | 47 | 0.51 | 0 | 0.62 | 0.52 | 109.74 | 0.45 | 0.33 |
| Hex | 3C | 7B | 2F | 33 | 0 | 3E | 34 | 6E | 2D | 21 |
| Octal | 74 | 173 | 57 | 63 | 0 | 76 | 64 | 156 | 55 | 41 |
| Binary | 111100 | 1111011 | 101111 | 110011 | 0 | 111110 | 110100 | 1101110 | 101101 | 100001 |
Color Harmonies of #3C7B2F
Complementary color
Monochromatic Colors of #3C7B2F
Black with #3C7B2F
Text Example
Text Example
White with #3C7B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7B2F; }
p { color: rgb(60,123,47); }
H1.HeaderClassName
{
color: #3C7B2F;
}
.AnyTagClassName
{
color: #3C7B2F;
}
</style>
background-color css
<style>
a { background-color: #3C7B2F; }
a { background-color: rgb(60,123,47); }
div.DivClassName
{
background-color: #3C7B2F;
}
.BgClassName
{
background-color: #3C7B2F;
}
</style>
border-color css
<style>
span { border-color: #3C7B2F; }
span { border-color: rgb(60,123,47); }
td.TdClassName
{
border-color: #3C7B2F;
}
.TagClassName
{
border-color: #3C7B2F;
}
</style>