Shades of Bilbao #3C7F05
Tints of Bilbao #3C7F05
RGB
CMYK
RGB Variations
Color information
#3C7F05 (or 0x3C7F05) is known color: Bilbao. HEX triplet: 3C, 7F and 05. RGB value is (60,127,5). Sum of RGB (Red+Green+Blue) = 60+127+5=192 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.25% from 192); Green value is 127 (50% from 255 or 66.15% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 127 - color contains mainly: green. Hex color #3C7F05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7F05 is #C380FA. Grayscale: #5D5D5D. Windows color (decimal): -12812539 or 360252. OLE color: 360252.
HSL color Cylindrical-coordinate representation of color #3C7F05: hue angle of 92.95º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C7F05 is Cyan = 0.53, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 60 | 127 | 5 | - |
| CMYK | 0.53 | 0 | 0.96 | 0.50 |
| HSL | 92.95º | 0.92% | 0.26% | - |
| HSV(B) | 92.95º | 0.96% | 0.5% | - |
| XYZ | 9.48 | 16.15 | 2.76 | - |
| YUV | 93.06 | 78.3 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 127 | 5 | 0.53 | 0 | 0.96 | 0.50 | 92.95 | 0.92 | 0.26 |
| Hex | 3C | 7F | 5 | 35 | 0 | 60 | 32 | 5D | 5C | 1A |
| Octal | 74 | 177 | 5 | 65 | 0 | 140 | 62 | 135 | 134 | 32 |
| Binary | 111100 | 1111111 | 101 | 110101 | 0 | 1100000 | 110010 | 1011101 | 1011100 | 11010 |
Color Harmonies of #3C7F05
Complementary color
Monochromatic Colors of #3C7F05
Black with #3C7F05
Text Example
Text Example
White with #3C7F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7F05; }
p { color: rgb(60,127,5); }
H1.HeaderClassName
{
color: #3C7F05;
}
.AnyTagClassName
{
color: #3C7F05;
}
</style>
background-color css
<style>
a { background-color: #3C7F05; }
a { background-color: rgb(60,127,5); }
div.DivClassName
{
background-color: #3C7F05;
}
.BgClassName
{
background-color: #3C7F05;
}
</style>
border-color css
<style>
span { border-color: #3C7F05; }
span { border-color: rgb(60,127,5); }
td.TdClassName
{
border-color: #3C7F05;
}
.TagClassName
{
border-color: #3C7F05;
}
</style>