Shades of Bilbao #3C731D
Tints of Bilbao #3C731D
RGB
CMYK
RGB Variations
Color information
#3C731D (or 0x3C731D) is known color: Bilbao. HEX triplet: 3C, 73 and 1D. RGB value is (60,115,29). Sum of RGB (Red+Green+Blue) = 60+115+29=204 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.41% from 204); Green value is 115 (45.31% from 255 or 56.37% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 115 - color contains mainly: green. Hex color #3C731D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C731D is #C38CE2. Grayscale: #595959. Windows color (decimal): -12815587 or 1930044. OLE color: 1930044.
HSL color Cylindrical-coordinate representation of color #3C731D: hue angle of 98.37º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C731D is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 115 | 29 | - |
| CMYK | 0.48 | 0 | 0.75 | 0.55 |
| HSL | 98.37º | 0.6% | 0.28% | - |
| HSV(B) | 98.37º | 0.75% | 0.45% | - |
| XYZ | 8.22 | 13.31 | 3.3 | - |
| YUV | 88.75 | 94.28 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 115 | 29 | 0.48 | 0 | 0.75 | 0.55 | 98.37 | 0.6 | 0.28 |
| Hex | 3C | 73 | 1D | 30 | 0 | 4B | 37 | 62 | 3C | 1C |
| Octal | 74 | 163 | 35 | 60 | 0 | 113 | 67 | 142 | 74 | 34 |
| Binary | 111100 | 1110011 | 11101 | 110000 | 0 | 1001011 | 110111 | 1100010 | 111100 | 11100 |
Color Harmonies of #3C731D
Complementary color
Monochromatic Colors of #3C731D
Black with #3C731D
Text Example
Text Example
White with #3C731D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C731D; }
p { color: rgb(60,115,29); }
H1.HeaderClassName
{
color: #3C731D;
}
.AnyTagClassName
{
color: #3C731D;
}
</style>
background-color css
<style>
a { background-color: #3C731D; }
a { background-color: rgb(60,115,29); }
div.DivClassName
{
background-color: #3C731D;
}
.BgClassName
{
background-color: #3C731D;
}
</style>
border-color css
<style>
span { border-color: #3C731D; }
span { border-color: rgb(60,115,29); }
td.TdClassName
{
border-color: #3C731D;
}
.TagClassName
{
border-color: #3C731D;
}
</style>