Shades of Bilbao #3C7625
Tints of Bilbao #3C7625
RGB
CMYK
RGB Variations
Color information
#3C7625 (or 0x3C7625) is known color: Bilbao. HEX triplet: 3C, 76 and 25. RGB value is (60,118,37). Sum of RGB (Red+Green+Blue) = 60+118+37=215 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.91% from 215); Green value is 118 (46.48% from 255 or 54.88% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 118 - color contains mainly: green. Hex color #3C7625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7625 is #C389DA. Grayscale: #5B5B5B. Windows color (decimal): -12814811 or 2455100. OLE color: 2455100.
HSL color Cylindrical-coordinate representation of color #3C7625: hue angle of 102.96º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C7625 is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 118 | 37 | - |
| CMYK | 0.49 | 0 | 0.69 | 0.54 |
| HSL | 102.96º | 0.52% | 0.3% | - |
| HSV(B) | 102.96º | 0.69% | 0.46% | - |
| XYZ | 8.68 | 14.05 | 4.01 | - |
| YUV | 91.42 | 97.28 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 118 | 37 | 0.49 | 0 | 0.69 | 0.54 | 102.96 | 0.52 | 0.3 |
| Hex | 3C | 76 | 25 | 31 | 0 | 45 | 36 | 67 | 34 | 1E |
| Octal | 74 | 166 | 45 | 61 | 0 | 105 | 66 | 147 | 64 | 36 |
| Binary | 111100 | 1110110 | 100101 | 110001 | 0 | 1000101 | 110110 | 1100111 | 110100 | 11110 |
Color Harmonies of #3C7625
Complementary color
Monochromatic Colors of #3C7625
Black with #3C7625
Text Example
Text Example
White with #3C7625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7625; }
p { color: rgb(60,118,37); }
H1.HeaderClassName
{
color: #3C7625;
}
.AnyTagClassName
{
color: #3C7625;
}
</style>
background-color css
<style>
a { background-color: #3C7625; }
a { background-color: rgb(60,118,37); }
div.DivClassName
{
background-color: #3C7625;
}
.BgClassName
{
background-color: #3C7625;
}
</style>
border-color css
<style>
span { border-color: #3C7625; }
span { border-color: rgb(60,118,37); }
td.TdClassName
{
border-color: #3C7625;
}
.TagClassName
{
border-color: #3C7625;
}
</style>