Shades of Bilbao #357C0F
Tints of Bilbao #357C0F
RGB
CMYK
RGB Variations
Color information
#357C0F (or 0x357C0F) is known color: Bilbao. HEX triplet: 35, 7C and 0F. RGB value is (53,124,15). Sum of RGB (Red+Green+Blue) = 53+124+15=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 124 (48.83% from 255 or 64.58% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 124 - color contains mainly: green. Hex color #357C0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357C0F is #CA83F0. Grayscale: #5A5A5A. Windows color (decimal): -13272049 or 1014837. OLE color: 1014837.
HSL color Cylindrical-coordinate representation of color #357C0F: hue angle of 99.08º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #357C0F is Cyan = 0.57, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 124 | 15 | - |
| CMYK | 0.57 | 0 | 0.88 | 0.51 |
| HSL | 99.08º | 0.78% | 0.27% | - |
| HSV(B) | 99.08º | 0.88% | 0.49% | - |
| XYZ | 8.76 | 15.21 | 2.93 | - |
| YUV | 90.35 | 85.48 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 15 | 0.57 | 0 | 0.88 | 0.51 | 99.08 | 0.78 | 0.27 |
| Hex | 35 | 7C | F | 39 | 0 | 58 | 33 | 63 | 4E | 1B |
| Octal | 65 | 174 | 17 | 71 | 0 | 130 | 63 | 143 | 116 | 33 |
| Binary | 110101 | 1111100 | 1111 | 111001 | 0 | 1011000 | 110011 | 1100011 | 1001110 | 11011 |
Color Harmonies of #357C0F
Complementary color
Monochromatic Colors of #357C0F
Black with #357C0F
Text Example
Text Example
White with #357C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C0F; }
p { color: rgb(53,124,15); }
H1.HeaderClassName
{
color: #357C0F;
}
.AnyTagClassName
{
color: #357C0F;
}
</style>
background-color css
<style>
a { background-color: #357C0F; }
a { background-color: rgb(53,124,15); }
div.DivClassName
{
background-color: #357C0F;
}
.BgClassName
{
background-color: #357C0F;
}
</style>
border-color css
<style>
span { border-color: #357C0F; }
span { border-color: rgb(53,124,15); }
td.TdClassName
{
border-color: #357C0F;
}
.TagClassName
{
border-color: #357C0F;
}
</style>