Shades of Bilbao #357D0F
Tints of Bilbao #357D0F
RGB
CMYK
RGB Variations
Color information
#357D0F (or 0x357D0F) is known color: Bilbao. HEX triplet: 35, 7D and 0F. RGB value is (53,125,15). Sum of RGB (Red+Green+Blue) = 53+125+15=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 125 (49.22% from 255 or 64.77% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 125 - color contains mainly: green. Hex color #357D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357D0F is #CA82F0. Grayscale: #5B5B5B. Windows color (decimal): -13271793 or 1015093. OLE color: 1015093.
HSL color Cylindrical-coordinate representation of color #357D0F: hue angle of 99.27º degrees, saturation: 0.79, 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 #357D0F is Cyan = 0.58, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 125 | 15 | - |
| CMYK | 0.58 | 0 | 0.88 | 0.51 |
| HSL | 99.27º | 0.79% | 0.27% | - |
| HSV(B) | 99.27º | 0.88% | 0.49% | - |
| XYZ | 8.89 | 15.46 | 2.97 | - |
| YUV | 90.93 | 85.15 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 125 | 15 | 0.58 | 0 | 0.88 | 0.51 | 99.27 | 0.79 | 0.27 |
| Hex | 35 | 7D | F | 3A | 0 | 58 | 33 | 63 | 4F | 1B |
| Octal | 65 | 175 | 17 | 72 | 0 | 130 | 63 | 143 | 117 | 33 |
| Binary | 110101 | 1111101 | 1111 | 111010 | 0 | 1011000 | 110011 | 1100011 | 1001111 | 11011 |
Color Harmonies of #357D0F
Complementary color
Monochromatic Colors of #357D0F
Black with #357D0F
Text Example
Text Example
White with #357D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357D0F; }
p { color: rgb(53,125,15); }
H1.HeaderClassName
{
color: #357D0F;
}
.AnyTagClassName
{
color: #357D0F;
}
</style>
background-color css
<style>
a { background-color: #357D0F; }
a { background-color: rgb(53,125,15); }
div.DivClassName
{
background-color: #357D0F;
}
.BgClassName
{
background-color: #357D0F;
}
</style>
border-color css
<style>
span { border-color: #357D0F; }
span { border-color: rgb(53,125,15); }
td.TdClassName
{
border-color: #357D0F;
}
.TagClassName
{
border-color: #357D0F;
}
</style>