Shades of Bilbao #3C730B
Tints of Bilbao #3C730B
RGB
CMYK
RGB Variations
Color information
#3C730B (or 0x3C730B) is known color: Bilbao. HEX triplet: 3C, 73 and 0B. RGB value is (60,115,11). Sum of RGB (Red+Green+Blue) = 60+115+11=186 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.26% from 186); Green value is 115 (45.31% from 255 or 61.83% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 115 - color contains mainly: green. Hex color #3C730B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C730B is #C38CF4. Grayscale: #575757. Windows color (decimal): -12815605 or 750396. OLE color: 750396.
HSL color Cylindrical-coordinate representation of color #3C730B: hue angle of 91.73º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C730B is Cyan = 0.48, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 115 | 11 | - |
| CMYK | 0.48 | 0 | 0.90 | 0.55 |
| HSL | 91.73º | 0.83% | 0.25% | - |
| HSV(B) | 91.73º | 0.9% | 0.45% | - |
| XYZ | 8.05 | 13.25 | 2.45 | - |
| YUV | 86.7 | 85.28 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 115 | 11 | 0.48 | 0 | 0.90 | 0.55 | 91.73 | 0.83 | 0.25 |
| Hex | 3C | 73 | B | 30 | 0 | 5A | 37 | 5C | 53 | 19 |
| Octal | 74 | 163 | 13 | 60 | 0 | 132 | 67 | 134 | 123 | 31 |
| Binary | 111100 | 1110011 | 1011 | 110000 | 0 | 1011010 | 110111 | 1011100 | 1010011 | 11001 |
Color Harmonies of #3C730B
Complementary color
Monochromatic Colors of #3C730B
Black with #3C730B
Text Example
Text Example
White with #3C730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C730B; }
p { color: rgb(60,115,11); }
H1.HeaderClassName
{
color: #3C730B;
}
.AnyTagClassName
{
color: #3C730B;
}
</style>
background-color css
<style>
a { background-color: #3C730B; }
a { background-color: rgb(60,115,11); }
div.DivClassName
{
background-color: #3C730B;
}
.BgClassName
{
background-color: #3C730B;
}
</style>
border-color css
<style>
span { border-color: #3C730B; }
span { border-color: rgb(60,115,11); }
td.TdClassName
{
border-color: #3C730B;
}
.TagClassName
{
border-color: #3C730B;
}
</style>