Shades of Bilbao #3C7202
Tints of Bilbao #3C7202
RGB
CMYK
RGB Variations
Color information
#3C7202 (or 0x3C7202) is known color: Bilbao. HEX triplet: 3C, 72 and 02. RGB value is (60,114,2). Sum of RGB (Red+Green+Blue) = 60+114+2=176 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.09% from 176); Green value is 114 (44.92% from 255 or 64.77% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 114 - color contains mainly: green. Hex color #3C7202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7202 is #C38DFD. Grayscale: #555555. Windows color (decimal): -12815870 or 160316. OLE color: 160316.
HSL color Cylindrical-coordinate representation of color #3C7202: hue angle of 88.93º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C7202 is Cyan = 0.47, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 114 | 2 | - |
| CMYK | 0.47 | 0 | 0.98 | 0.55 |
| HSL | 88.93º | 0.97% | 0.23% | - |
| HSV(B) | 88.93º | 0.98% | 0.45% | - |
| XYZ | 7.89 | 13 | 2.15 | - |
| YUV | 85.09 | 81.11 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 114 | 2 | 0.47 | 0 | 0.98 | 0.55 | 88.93 | 0.97 | 0.23 |
| Hex | 3C | 72 | 2 | 2F | 0 | 62 | 37 | 59 | 61 | 17 |
| Octal | 74 | 162 | 2 | 57 | 0 | 142 | 67 | 131 | 141 | 27 |
| Binary | 111100 | 1110010 | 10 | 101111 | 0 | 1100010 | 110111 | 1011001 | 1100001 | 10111 |
Color Harmonies of #3C7202
Complementary color
Monochromatic Colors of #3C7202
Black with #3C7202
Text Example
Text Example
White with #3C7202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7202; }
p { color: rgb(60,114,2); }
H1.HeaderClassName
{
color: #3C7202;
}
.AnyTagClassName
{
color: #3C7202;
}
</style>
background-color css
<style>
a { background-color: #3C7202; }
a { background-color: rgb(60,114,2); }
div.DivClassName
{
background-color: #3C7202;
}
.BgClassName
{
background-color: #3C7202;
}
</style>
border-color css
<style>
span { border-color: #3C7202; }
span { border-color: rgb(60,114,2); }
td.TdClassName
{
border-color: #3C7202;
}
.TagClassName
{
border-color: #3C7202;
}
</style>