Shades of Bilbao #357412
Tints of Bilbao #357412
RGB
CMYK
RGB Variations
Color information
#357412 (or 0x357412) is known color: Bilbao. HEX triplet: 35, 74 and 12. RGB value is (53,116,18). Sum of RGB (Red+Green+Blue) = 53+116+18=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 116 (45.70% from 255 or 62.03% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 116 - color contains mainly: green. Hex color #357412 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357412 is #CA8BED. Grayscale: #565656. Windows color (decimal): -13274094 or 1209397. OLE color: 1209397.
HSL color Cylindrical-coordinate representation of color #357412: hue angle of 98.57º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #357412 is Cyan = 0.54, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 116 | 18 | - |
| CMYK | 0.54 | 0 | 0.84 | 0.55 |
| HSL | 98.57º | 0.73% | 0.26% | - |
| HSV(B) | 98.57º | 0.84% | 0.45% | - |
| XYZ | 7.82 | 13.29 | 2.73 | - |
| YUV | 85.99 | 89.63 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 116 | 18 | 0.54 | 0 | 0.84 | 0.55 | 98.57 | 0.73 | 0.26 |
| Hex | 35 | 74 | 12 | 36 | 0 | 54 | 37 | 63 | 49 | 1A |
| Octal | 65 | 164 | 22 | 66 | 0 | 124 | 67 | 143 | 111 | 32 |
| Binary | 110101 | 1110100 | 10010 | 110110 | 0 | 1010100 | 110111 | 1100011 | 1001001 | 11010 |
Color Harmonies of #357412
Complementary color
Monochromatic Colors of #357412
Black with #357412
Text Example
Text Example
White with #357412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357412; }
p { color: rgb(53,116,18); }
H1.HeaderClassName
{
color: #357412;
}
.AnyTagClassName
{
color: #357412;
}
</style>
background-color css
<style>
a { background-color: #357412; }
a { background-color: rgb(53,116,18); }
div.DivClassName
{
background-color: #357412;
}
.BgClassName
{
background-color: #357412;
}
</style>
border-color css
<style>
span { border-color: #357412; }
span { border-color: rgb(53,116,18); }
td.TdClassName
{
border-color: #357412;
}
.TagClassName
{
border-color: #357412;
}
</style>