Shades of Bilbao #3C700A
Tints of Bilbao #3C700A
RGB
CMYK
RGB Variations
Color information
#3C700A (or 0x3C700A) is known color: Bilbao. HEX triplet: 3C, 70 and 0A. RGB value is (60,112,10). Sum of RGB (Red+Green+Blue) = 60+112+10=182 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.97% from 182); Green value is 112 (44.14% from 255 or 61.54% from 182); Blue value is 10 (4.30% from 255 or 5.49% from 182); Max value from RGB is 112 - color contains mainly: green. Hex color #3C700A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C700A is #C38FF5. Grayscale: #555555. Windows color (decimal): -12816374 or 684092. OLE color: 684092.
HSL color Cylindrical-coordinate representation of color #3C700A: hue angle of 90.59º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C700A is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 112 | 10 | - |
| CMYK | 0.46 | 0 | 0.91 | 0.56 |
| HSL | 90.59º | 0.84% | 0.24% | - |
| HSV(B) | 90.59º | 0.91% | 0.44% | - |
| XYZ | 7.71 | 12.57 | 2.31 | - |
| YUV | 84.82 | 85.77 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 112 | 10 | 0.46 | 0 | 0.91 | 0.56 | 90.59 | 0.84 | 0.24 |
| Hex | 3C | 70 | A | 2E | 0 | 5B | 38 | 5B | 54 | 18 |
| Octal | 74 | 160 | 12 | 56 | 0 | 133 | 70 | 133 | 124 | 30 |
| Binary | 111100 | 1110000 | 1010 | 101110 | 0 | 1011011 | 111000 | 1011011 | 1010100 | 11000 |
Color Harmonies of #3C700A
Complementary color
Monochromatic Colors of #3C700A
Black with #3C700A
Text Example
Text Example
White with #3C700A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C700A; }
p { color: rgb(60,112,10); }
H1.HeaderClassName
{
color: #3C700A;
}
.AnyTagClassName
{
color: #3C700A;
}
</style>
background-color css
<style>
a { background-color: #3C700A; }
a { background-color: rgb(60,112,10); }
div.DivClassName
{
background-color: #3C700A;
}
.BgClassName
{
background-color: #3C700A;
}
</style>
border-color css
<style>
span { border-color: #3C700A; }
span { border-color: rgb(60,112,10); }
td.TdClassName
{
border-color: #3C700A;
}
.TagClassName
{
border-color: #3C700A;
}
</style>