Shades of Bilbao #357C17
Tints of Bilbao #357C17
RGB
CMYK
RGB Variations
Color information
#357C17 (or 0x357C17) is known color: Bilbao. HEX triplet: 35, 7C and 17. RGB value is (53,124,23). Sum of RGB (Red+Green+Blue) = 53+124+23=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 124 (48.83% from 255 or 62% from 200); Blue value is 23 (9.38% from 255 or 11.5% from 200); Max value from RGB is 124 - color contains mainly: green. Hex color #357C17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357C17 is #CA83E8. Grayscale: #5B5B5B. Windows color (decimal): -13272041 or 1539125. OLE color: 1539125.
HSL color Cylindrical-coordinate representation of color #357C17: hue angle of 102.18º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #357C17 is Cyan = 0.57, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 124 | 23 | - |
| CMYK | 0.57 | 0 | 0.81 | 0.51 |
| HSL | 102.18º | 0.69% | 0.29% | - |
| HSV(B) | 102.18º | 0.81% | 0.49% | - |
| XYZ | 8.83 | 15.23 | 3.29 | - |
| YUV | 91.26 | 89.48 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 23 | 0.57 | 0 | 0.81 | 0.51 | 102.18 | 0.69 | 0.29 |
| Hex | 35 | 7C | 17 | 39 | 0 | 51 | 33 | 66 | 45 | 1D |
| Octal | 65 | 174 | 27 | 71 | 0 | 121 | 63 | 146 | 105 | 35 |
| Binary | 110101 | 1111100 | 10111 | 111001 | 0 | 1010001 | 110011 | 1100110 | 1000101 | 11101 |
Color Harmonies of #357C17
Complementary color
Monochromatic Colors of #357C17
Black with #357C17
Text Example
Text Example
White with #357C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C17; }
p { color: rgb(53,124,23); }
H1.HeaderClassName
{
color: #357C17;
}
.AnyTagClassName
{
color: #357C17;
}
</style>
background-color css
<style>
a { background-color: #357C17; }
a { background-color: rgb(53,124,23); }
div.DivClassName
{
background-color: #357C17;
}
.BgClassName
{
background-color: #357C17;
}
</style>
border-color css
<style>
span { border-color: #357C17; }
span { border-color: rgb(53,124,23); }
td.TdClassName
{
border-color: #357C17;
}
.TagClassName
{
border-color: #357C17;
}
</style>