Shades of Bilbao #357C07
Tints of Bilbao #357C07
RGB
CMYK
RGB Variations
Color information
#357C07 (or 0x357C07) is known color: Bilbao. HEX triplet: 35, 7C and 07. RGB value is (53,124,7). Sum of RGB (Red+Green+Blue) = 53+124+7=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 124 (48.83% from 255 or 67.39% from 184); Blue value is 7 (3.12% from 255 or 3.80% from 184); Max value from RGB is 124 - color contains mainly: green. Hex color #357C07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357C07 is #CA83F8. Grayscale: #595959. Windows color (decimal): -13272057 or 490549. OLE color: 490549.
HSL color Cylindrical-coordinate representation of color #357C07: hue angle of 96.41º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #357C07 is Cyan = 0.57, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 124 | 7 | - |
| CMYK | 0.57 | 0 | 0.94 | 0.51 |
| HSL | 96.41º | 0.89% | 0.26% | - |
| HSV(B) | 96.41º | 0.94% | 0.49% | - |
| XYZ | 8.71 | 15.19 | 2.67 | - |
| YUV | 89.43 | 81.48 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 7 | 0.57 | 0 | 0.94 | 0.51 | 96.41 | 0.89 | 0.26 |
| Hex | 35 | 7C | 7 | 39 | 0 | 5E | 33 | 60 | 59 | 1A |
| Octal | 65 | 174 | 7 | 71 | 0 | 136 | 63 | 140 | 131 | 32 |
| Binary | 110101 | 1111100 | 111 | 111001 | 0 | 1011110 | 110011 | 1100000 | 1011001 | 11010 |
Color Harmonies of #357C07
Complementary color
Monochromatic Colors of #357C07
Black with #357C07
Text Example
Text Example
White with #357C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C07; }
p { color: rgb(53,124,7); }
H1.HeaderClassName
{
color: #357C07;
}
.AnyTagClassName
{
color: #357C07;
}
</style>
background-color css
<style>
a { background-color: #357C07; }
a { background-color: rgb(53,124,7); }
div.DivClassName
{
background-color: #357C07;
}
.BgClassName
{
background-color: #357C07;
}
</style>
border-color css
<style>
span { border-color: #357C07; }
span { border-color: rgb(53,124,7); }
td.TdClassName
{
border-color: #357C07;
}
.TagClassName
{
border-color: #357C07;
}
</style>