Shades of Bilbao #3C730A
Tints of Bilbao #3C730A
RGB
CMYK
RGB Variations
Color information
#3C730A (or 0x3C730A) is known color: Bilbao. HEX triplet: 3C, 73 and 0A. RGB value is (60,115,10). Sum of RGB (Red+Green+Blue) = 60+115+10=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 115 (45.31% from 255 or 62.16% from 185); Blue value is 10 (4.30% from 255 or 5.41% from 185); Max value from RGB is 115 - color contains mainly: green. Hex color #3C730A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C730A is #C38CF5. Grayscale: #565656. Windows color (decimal): -12815606 or 684860. OLE color: 684860.
HSL color Cylindrical-coordinate representation of color #3C730A: hue angle of 91.43º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C730A is Cyan = 0.48, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 115 | 10 | - |
| CMYK | 0.48 | 0 | 0.91 | 0.55 |
| HSL | 91.43º | 0.84% | 0.25% | - |
| HSV(B) | 91.43º | 0.91% | 0.45% | - |
| XYZ | 8.05 | 13.24 | 2.42 | - |
| YUV | 86.59 | 84.78 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 115 | 10 | 0.48 | 0 | 0.91 | 0.55 | 91.43 | 0.84 | 0.25 |
| Hex | 3C | 73 | A | 30 | 0 | 5B | 37 | 5B | 54 | 19 |
| Octal | 74 | 163 | 12 | 60 | 0 | 133 | 67 | 133 | 124 | 31 |
| Binary | 111100 | 1110011 | 1010 | 110000 | 0 | 1011011 | 110111 | 1011011 | 1010100 | 11001 |
Color Harmonies of #3C730A
Complementary color
Monochromatic Colors of #3C730A
Black with #3C730A
Text Example
Text Example
White with #3C730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C730A; }
p { color: rgb(60,115,10); }
H1.HeaderClassName
{
color: #3C730A;
}
.AnyTagClassName
{
color: #3C730A;
}
</style>
background-color css
<style>
a { background-color: #3C730A; }
a { background-color: rgb(60,115,10); }
div.DivClassName
{
background-color: #3C730A;
}
.BgClassName
{
background-color: #3C730A;
}
</style>
border-color css
<style>
span { border-color: #3C730A; }
span { border-color: rgb(60,115,10); }
td.TdClassName
{
border-color: #3C730A;
}
.TagClassName
{
border-color: #3C730A;
}
</style>