Shades of Bilbao #357D0B
Tints of Bilbao #357D0B
RGB
CMYK
RGB Variations
Color information
#357D0B (or 0x357D0B) is known color: Bilbao. HEX triplet: 35, 7D and 0B. RGB value is (53,125,11). Sum of RGB (Red+Green+Blue) = 53+125+11=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 125 (49.22% from 255 or 66.14% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 125 - color contains mainly: green. Hex color #357D0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357D0B is #CA82F4. Grayscale: #5A5A5A. Windows color (decimal): -13271797 or 752949. OLE color: 752949.
HSL color Cylindrical-coordinate representation of color #357D0B: hue angle of 97.89º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #357D0B is Cyan = 0.58, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 125 | 11 | - |
| CMYK | 0.58 | 0 | 0.91 | 0.51 |
| HSL | 97.89º | 0.84% | 0.27% | - |
| HSV(B) | 97.89º | 0.91% | 0.49% | - |
| XYZ | 8.86 | 15.45 | 2.83 | - |
| YUV | 90.48 | 83.15 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 125 | 11 | 0.58 | 0 | 0.91 | 0.51 | 97.89 | 0.84 | 0.27 |
| Hex | 35 | 7D | B | 3A | 0 | 5B | 33 | 62 | 54 | 1B |
| Octal | 65 | 175 | 13 | 72 | 0 | 133 | 63 | 142 | 124 | 33 |
| Binary | 110101 | 1111101 | 1011 | 111010 | 0 | 1011011 | 110011 | 1100010 | 1010100 | 11011 |
Color Harmonies of #357D0B
Complementary color
Monochromatic Colors of #357D0B
Black with #357D0B
Text Example
Text Example
White with #357D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357D0B; }
p { color: rgb(53,125,11); }
H1.HeaderClassName
{
color: #357D0B;
}
.AnyTagClassName
{
color: #357D0B;
}
</style>
background-color css
<style>
a { background-color: #357D0B; }
a { background-color: rgb(53,125,11); }
div.DivClassName
{
background-color: #357D0B;
}
.BgClassName
{
background-color: #357D0B;
}
</style>
border-color css
<style>
span { border-color: #357D0B; }
span { border-color: rgb(53,125,11); }
td.TdClassName
{
border-color: #357D0B;
}
.TagClassName
{
border-color: #357D0B;
}
</style>