Shades of Bilbao #357C0B
Tints of Bilbao #357C0B
RGB
CMYK
RGB Variations
Color information
#357C0B (or 0x357C0B) is known color: Bilbao. HEX triplet: 35, 7C and 0B. RGB value is (53,124,11). Sum of RGB (Red+Green+Blue) = 53+124+11=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 124 (48.83% from 255 or 65.96% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 124 - color contains mainly: green. Hex color #357C0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357C0B is #CA83F4. Grayscale: #5A5A5A. Windows color (decimal): -13272053 or 752693. OLE color: 752693.
HSL color Cylindrical-coordinate representation of color #357C0B: hue angle of 97.7º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #357C0B is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 124 | 11 | - |
| CMYK | 0.57 | 0 | 0.91 | 0.51 |
| HSL | 97.7º | 0.84% | 0.26% | - |
| HSV(B) | 97.7º | 0.91% | 0.49% | - |
| XYZ | 8.74 | 15.2 | 2.79 | - |
| YUV | 89.89 | 83.48 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 11 | 0.57 | 0 | 0.91 | 0.51 | 97.7 | 0.84 | 0.26 |
| Hex | 35 | 7C | B | 39 | 0 | 5B | 33 | 62 | 54 | 1A |
| Octal | 65 | 174 | 13 | 71 | 0 | 133 | 63 | 142 | 124 | 32 |
| Binary | 110101 | 1111100 | 1011 | 111001 | 0 | 1011011 | 110011 | 1100010 | 1010100 | 11010 |
Color Harmonies of #357C0B
Complementary color
Monochromatic Colors of #357C0B
Black with #357C0B
Text Example
Text Example
White with #357C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C0B; }
p { color: rgb(53,124,11); }
H1.HeaderClassName
{
color: #357C0B;
}
.AnyTagClassName
{
color: #357C0B;
}
</style>
background-color css
<style>
a { background-color: #357C0B; }
a { background-color: rgb(53,124,11); }
div.DivClassName
{
background-color: #357C0B;
}
.BgClassName
{
background-color: #357C0B;
}
</style>
border-color css
<style>
span { border-color: #357C0B; }
span { border-color: rgb(53,124,11); }
td.TdClassName
{
border-color: #357C0B;
}
.TagClassName
{
border-color: #357C0B;
}
</style>